Skip to content
Back to formatted view

Raw Message

Message-ID: <349562.24336.qm@web38405.mail.mud.yahoo.com>
Date: 2011-04-08T22:23:40Z
From: John Kane
Subject: a bug in "write.csv"?
In-Reply-To: <BANLkTin=tyPMz=BCxBfYx28r4FS-B2cwPA@mail.gmail.com>

I believe write.csv had been revamped and some options are no longer available.

--- On Fri, 4/8/11, Santosh <santosh2005 at gmail.com> wrote:

> From: Santosh <santosh2005 at gmail.com>
> Subject: [R] a bug in "write.csv"?
> To: "r-help" <r-help at r-project.org>
> Received: Friday, April 8, 2011, 4:18 PM
> Dear Rxperts!
> 
> A simple example where "write.csv" does not seem to accept
> user specified
> arguments.. Why?
> 
> write.csv(t(1:10),"./te1.csv",quo=F,col.names=F)
> Warning message:
> In write.csv(t(1:10), "./te1.csv", quo = F, col.names = F)
> :
> ? attempt to set 'col.names' ignored
> 
> 
> However, write.table does fine..
> write.table(t(1:10),"./te1.csv",quo=F,col.names=F,sep=",")
> 
> 
> Would really appreciate your thoughts/suggestions..
> 
> ??? [[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org
> mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained,
> reproducible code.
>