[R] read.csv does not find my file (windows xp)

Uwe Ligges ligges at statistik.tu-dortmund.de
Thu Jun 24 19:23:06 CEST 2010



On 24.06.2010 19:02, Ralf B wrote:
> I try to load a file
>
> myData<- read.csv(file="C:\\myfolder\\mysubfolder\\mydata.csv",
> head=TRUE, sep=";")
>
> and get this error:
>
> Error in file(file, "rt") : cannot open the connection
> In addition: Warning message:
> In file(file, "rt") :
>    cannot open file 'C:\myfolder\mysubfolder\mydata.csv: No such file
> or directory
>
> am I overlooking something?
>
> I am getting the same error when I write the path in '/' notation...
> Does R not tolorate drive letters?


It does, and if you can open the file with opther software, then you 
probably misspelled folder or filename.

Uwe Ligges



> Ralf
>
> ______________________________________________
> 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.



More information about the R-help mailing list