[R] Interpreting script - write.csv

Berend Hasselman bhh at xs4all.nl
Thu Jan 19 07:13:19 CET 2012


On 19-01-2012, at 04:48, Jhope wrote:

> Hi All, 
> 
> I am a beginner to R and a prof helped me with some script. I am having
> trouble understanding the below line. Is it finding the file
> turtlehatch.csv? I do not have my working directory set to this file. If so
> I tried ("file.choose") and it did not work. R did nothing in response, no
> error message with this entry and the below entry. 
> 
> Can you please help me interpret? :
> 
> write.csv(data.to.analyze, "turtlehatch.csv", row.names=FALSE)


Read the help for write.csv.

?write.csv

Berend



More information about the R-help mailing list