[R] a bug in "write.csv"?

Ista Zahn izahn at psych.rochester.edu
Fri Apr 8 22:22:33 CEST 2011


Please read the documentation where this is clearly explained. See ?write.csv

Best,
Ista

On Fri, Apr 8, 2011 at 4:18 PM, Santosh <santosh2005 at gmail.com> wrote:
> 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.
>



-- 
Ista Zahn
Graduate student
University of Rochester
Department of Clinical and Social Psychology
http://yourpsyche.org



More information about the R-help mailing list