Need Help with this.
Wanted to do the below
dt1 <- read.csv("/Users/gasnaken/Downloads/work/project/collection_2013.csv")
and got this error
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file '/Users/gasnaken/Downloads/work/project/collection_2013.csv': No such file or directory
Then check for my wd and got this
getwd()
[1] "/cloud/home/r1621597"
So been trying to change the working directory to /Users/gasnaken/Downloads/work/project but getting below.
setwd("/Users/gasnaken/Downloads/work/project")
Error in setwd("/Users/gasnaken/Downloads/work/project") :
cannot change working directory
Help me solve this or advise.. am sick