Displaying 15 results from an estimated 15 matches for "checknames".
Did you mean:
checkname
2007 Apr 16
1
Names in vector occurring in another vector
I have a vector of character strings such as
mainnames<-c("CAD","AUD") and another vector say
checknames<-c("CAD.l1","AUD.l1","JPY.l1","EUR.l1","CAD.l2","AUD.l2","JPY
.l2","EUR.l2")
I want a new vector of character strings that is just
resultnames<-c("JPY.l1","EUR.l1","JPY.l2","EUR...
2016 May 03
1
filename_convert_internal: checkname failed NT_STATUS_INVALID_PARAMETER
Dear All
I have a PCBSD machine with /media shared using samba.
Any microsoft clients can successfully connect to /media and browse directories I have created there.
When I plug in a usb device, I mount it into /media eg: one labelled "PENDRIVE" becomes /media/PENDRIVE
Some clients can successfully read /media/PENDRIVE, others cannot. Although the clients that cannot view the
1999 Jan 24
0
Re: util-linux compromised
I just received the following letter:
Date: Sun, 24 Jan 1999 04:01:55 -0500 (EST)
From: John Stange <building@cs.umd.edu>
Subject: util-linux compromised?
I grabbed util-linux-2.9g yesterday from win.tue.nl, and discovered a
section of login.c that appears to send the host and uid of the user to a
hotmail address. I imagine this isn't a standard feature. :>
2012 Dec 04
1
error reading xlsm file with read.xls
Dear all,
I cannot reading a .xlsm file using read.xls.
I executed:
read.xls("resultados.xlsm",
colNames = TRUE,
sheet = 1,
type = "data.frame",
from = 1,
rowNames = NA,
colClasses = "character",
checkNames = TRUE,
dateTime = "numeric",
naStrings = NA,
stringsAsFactors = F)
Error:
Call("ReadXls", file, colNames, sheet, type, from, rowNames, :
Incorrect number of arguments (11), expecting 10 for 'ReadXls'
If I just write
read.xls("resultados.xlsm")
It give me the...
2007 Apr 27
0
Update of xlsReadWrite package
...timulated by an email of Gabor Grothendiek)
- new argument "stringsAsFactors = default.stringsAsFactors()"
(proposed by Peter Cock)
Remark: this is a *potentially code breaking change*.
Until now strings have been retrieved as characters.
- new argument "checkNames = TRUE"
(proposed by Peter Cock)
- colClasses entries modified:
- "numeric" and "factor added,
- "rowname" removed (is now a proper argument)
- scalar values will be recycled (proposed by David Kinniburgh)
- if explicit colClasses have not been...
2012 Dec 04
6
leer .xlsm con read.xls
Buenas tardes usuarios de R.
Estoy tratando de leer un archivo excel con read.xls usando la siguiente
sentencia:
read.xls("resultados.xlsm",
colNames = TRUE,
sheet = 1,
type = "data.frame",
from = 1,
rowNames = NA,
colClasses = "character",
checkNames = TRUE,
dateTime = "numeric",
naStrings = NA,
stringsAsFactors = F)
Pero me da el siguiente error:
Error en .Call("ReadXls", file, colNames, sheet, type, from, rowNames, :
Incorrect number of arguments (11), expecting 10 for ''ReadXls''
Si utilizo directame...
2007 Apr 27
0
[ANN:] new package xlsReadWrite*Pro*: announce + update.
...new argument "stringsAsFactors = default.stringsAsFactors()"
(proposed by Peter Cock)
Remark: this is a potentially code breaking change. Until now
strings have been
retrieved as characters. The new default behaviour is more in line
with read.table
- new argument "checkNames = TRUE"
(proposed by Peter Cock)
- new colClasses argument "link" to write hyperlinks.
(motivated by Mark W. Kimpel)
- new colClasses argument "mixed" (and: "mixedCharacter", "mixedFactor")
to write character or factor vectors w...
2012 Mar 15
2
Importing multiple worksheets from one Excle/ csv file into R
...me arguments, so I found all the arguments from
http://127.0.0.1:12275/library/xlsReadWrite/html/read.xls.html
and put them in the following code...
-----------------
data1<-read.xls("Z:/WORK_2012/Data/test.xls",colNames=TRUE,sheet=1,
type="data.frame",from=1,rowNames=TRUE,checkNames=TRUE,dateTime="isodate",
naStrings=NA,stringsAsFactors=TRUE)
Error in .Call("ReadXls", file, colNames, sheet, type, from, rowNames, :
Incorrect number of arguments (11), expecting 10 for 'ReadXls'
----------------
It would be great if anyone can let me know where the...
2006 Jun 30
1
getting form values using link_to_remote
I have this as part of an .rhtml page:
<%= javascript_include_tag "prototype" %>
<%= form_tag :controller => ''reallist'', :action => ''addnewuser''%>
email:<br />
<%= text_field_tag :email, nil, :size => ''14'' %><br />
<div id=''nameStatus''>
</div>
<%=
2010 Sep 06
0
xlsReadWrite v1.5.2
Natively read and write Excel (.xls) files. Supports Windows 32-bit only (atm).
A new version has been released:
-- changes --
o read.xls
- new arguments 'checkNames'
- recognize NA values according to a new 'naStrings' argument
- recognize NaN values
- recognize 'true', 'false' (not case-sensitive) as logical when
determing a class for data.frame column;
when the value in the first cell is an integer, a numeric will be
ass...
2007 Mar 20
2
BETA testers for xlsReadWrite? (natively read/write Excelfiles)
...ed
to CRAN. I won't have more time this week, but I hope to publish
xlsReadWrite at the end of next week and I will incorporate eventual
bugreports and/or (minor) suggestions which I learn of.
The most important new features are + possibility to read/write
dates/times + rownames for matrices + checknames (colnames) + better
factor support + 'stringsAsFactors' and 'rownames' argument. I also
added 4 general purpose datetime functions to convert excel dates
from/to strings.
Download:
- zip: http://treetron.googlepages.com/BETAxlsReadWrite_1.2.1.zip
- source: http://treetron.googlepag...
2010 Sep 06
0
xlsReadWrite v1.5.2
Natively read and write Excel (.xls) files. Supports Windows 32-bit only (atm).
A new version has been released:
-- changes --
o read.xls
- new arguments 'checkNames'
- recognize NA values according to a new 'naStrings' argument
- recognize NaN values
- recognize 'true', 'false' (not case-sensitive) as logical when
determing a class for data.frame column;
when the value in the first cell is an integer, a numeric will be
ass...
2008 Oct 28
2
odbcConnectExcel2007
Hi
sorry if this is really basic but I am just starting on R.
Can anyone point me at how to write R objects into Excel 2007 files. I
have seen how to set up a connection to a file through
odbcConnectExcel2007(xls.file, readOnly = FALSE, ...) but it doesn't say
anything on how to write data
Thanks
_____________________________________________________________________
The
2020 Apr 03
6
[RFC] Improving FileCheck
I'd like to (re)start a discussion on a few gotchas in FileCheck that I've
noticed working on various tests in llvm's suites. This begain in a review
[1], but I'll try to summarize here so it gets the right audience before
decisions are made on it (so to speak).
1: https://reviews.llvm.org/D77227
The main sticking point is the abundance of checks in FileCheck tests that
appear to
2010 Nov 29
0
Updates for xlsReadWrite (1.5.3) and xlsReadWritePro (1.6.1/3)
...atted strings, isodatetime/isotime/isodate work for double and character
string values. ??? todo: re-read formula values when one or more
formulas have
been modified: gives back 0 (instead of #NULL!).
- rownames for data.frames are integers (when not read from Excel)
- NEW ARGUMENT 'checkNames' to optionally treat colnames with 'make.names'
- NEW ARGUMENT 'strictArea'
- background: when the library opens an Excel file it determines
the area which
is containing data (see variables sheet.nrow and sheet.ncol from
xls.info)).
- arguments:
- NA (defau...