I didn't want to use a different separator, I wanted to remove
row.names, as in this example:
> data(USArrests)
> write.csv(USArrests, file = "~/test.csv", row.names = FALSE, col.names
= TRUE)
Error in if (col.names) d[[2]] else NULL :
missing value where TRUE/FALSE needed
I only mention
The help page says
By default there is no column name for a column of row names. If
'col.names = NA' and 'row.names = TRUE' a blank column name is
added. This can be used to write CSV files for input to
spreadsheets. 'write.csv' and 'write.csv2' provide convenience
Hello all,
I had some trouble recently with write.csv because I couldn't change one
of the default options. A quick view of the code showed that the
function was not defined in the most optimal way.
Currently,
write.csv <- function (..., col.names = NA, sep = ",", qmethod =
"double")
wri
On Wed, 29 Jun 2005, Duncan Murdoch wrote:
> On 6/29/2005 2:06 PM, Luke Tierney wrote:
>> On Wed, 29 Jun 2005, Duncan Murdoch wrote:
>>
>>> I'm trying to track down a bug in some experimental code, where an
>>> object's attribute is getting messed up. This means I'd like to examine
>>> R objects
No bug, mystery solved. My fault.
I got 'generateSigma' when trying to match for "^genes?" not "^genes?$".
I keep forgetting '?' stands for '0 or more of prec. char' not for
'any char' as in shell.
best,
rafal
---
On 6/29/2005 2:06 PM, Luke Tierney wrote:
> On Wed, 29 Jun 2005, Duncan Murdoch wrote:
>
>> I'm trying to track down a bug in some experimental code, where an
>> object's attribute is getting messed up. This means I'd like to examine
>> R objects while within gdb.
>>
>> One of the things I'd like
On Wed, 29 Jun 2005, Simon Urbanek wrote:
> On Jun 29, 2005, at 1:52 PM, [EMAIL PROTECTED] wrote:
>
>> I downloaded R v2.1.1 earlier this morning to compile under Fedora
>> Core 4.
>> It compiled without incident, but 'make check' failed. Below is the
>> relevant
>> part of its report. Is this a k
On Wed, 29 Jun 2005, Duncan Murdoch wrote:
> I'm trying to track down a bug in some experimental code, where an
> object's attribute is getting messed up. This means I'd like to examine
> R objects while within gdb.
>
> One of the things I'd like to do is to examine the names of all the
> attribu
On Jun 29, 2005, at 1:52 PM, [EMAIL PROTECTED] wrote:
> I downloaded R v2.1.1 earlier this morning to compile under Fedora
> Core 4.
> It compiled without incident, but 'make check' failed. Below is the
> relevant
> part of its report. Is this a known problem?
My guess is that you're using gf
I downloaded R v2.1.1 earlier this morning to compile under Fedora Core
4. It compiled without incident, but 'make check' failed. Below is the
relevant part of its report. Is this a known problem?
I used a locally compiled version of GCC v4.0.0 that reports
[EMAIL PROTECTED] R-2.1.1]$ gcc -v
Us
I downloaded R v2.1.1 earlier this morning to compile under Fedora Core 4.
It compiled without incident, but 'make check' failed. Below is the relevant
part of its report. Is this a known problem?
I used a locally compiled version of GCC v4.0.0 that reports
[EMAIL PROTECTED] R-2.1.1]$ gcc -v
Us
I'm trying to track down a bug in some experimental code, where an
object's attribute is getting messed up. This means I'd like to examine
R objects while within gdb.
One of the things I'd like to do is to examine the names of all the
attributes. This is exactly what an example in the R Exten
Hi Kevin,
> "krc" == krc <[EMAIL PROTECTED]>
> on Mon, 27 Jun 2005 21:55:37 +0200 (CEST) writes:
krc> Full_Name: Kevin R. Coombes
krc> Version: 2.1.0
krc> OS: Windows XP
krc> Submission from: (NULL) (143.111.224.169)
krc> When revC = TRUE and RowSideColors is se
Hi Kevin,
> "krc" == krc <[EMAIL PROTECTED]>
> on Mon, 27 Jun 2005 21:55:37 +0200 (CEST) writes:
krc> Full_Name: Kevin R. Coombes
krc> Version: 2.1.0
krc> OS: Windows XP
krc> Submission from: (NULL) (143.111.224.169)
krc> When revC = TRUE and RowSideColors is se
Googling for 'squid rsync' suggests that squid has to be explicitly
configured to allow rsync, e.g.
http://www.sai.msu.su/~er/rsync_proxy.html
Why not ask the proxy administrators if they have rsync configured?
On Tue, 28 Jun 2005, Douglas Bates wrote:
> My computers at my office will no longe
15 matches
Mail list logo