Skip to content
Prev 299715 / 398503 Next

Need HELP: how find and use a csv file?

On 10.07.2012 20:11, Faradj Koliev wrote:
Could it be a problem with your Working directory? use getwd() to find
out whether your working directory is set to your Desktop where your
file seems to be and use setwd("/Path/to/Desktop") to go there if you
aren't. Then you can use read.csv() without an absolute path for your
file as you did above

Regards, Moritz