[R] "cannot change working directory"
mela
dashmisafta at gmail.com
Wed Mar 21 17:23:25 CET 2012
Hi,
I need to write program to run some results from an experiment. i have the
results saved in 2 different files, named "tuesday" and "wednesday" (both
located within the same file). when i wrote the program for "tuesday" i had
no problem running it, but when i changed the work directory to wednesday i
got the "cannot change working directory" message. I don't understand what's
different between the two.
my first code was:
setwd("/Users/user/Desktop/Recorded\ results/tuesday")
and my second code is:
setwd("/Users/user/Desktop/Recorded\ results/wednesday")
and i copied the exact location from the terminal, so i can't have typos (i
am using a mac, if that makes any difference).
any suggestions? i will be grateful for any insight.
thanks
mela
--
View this message in context: http://r.789695.n4.nabble.com/cannot-change-working-directory-tp4492866p4492866.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list