How to open CSV file in R when R says “no such file or directory”?

To throw out another option, why not set the working directory (preferably via a script) to the desktop using setwd('C:\John\Desktop') and then read the files just using file names

Leave a Comment