From: Ko-Kang Kevin Wang (k.wang@auckland.ac.nz)
Date: Tue 22 Jun 2004 - 05:39:30 EST
Message-id: <20040621193945.JIUM24839.mta3-rme.xtra.co.nz@kevinlpt>
Hi,
> -----Original Message-----
> From: r-help-bounces@stat.math.ethz.ch
>
> Hello,
>
> I am using R for Windows and I receive error messages when trying to
> change my working directory:
>
> > setwd('C:\BACC_R')
> Error in setwd(dir) : cannot change working directory
Have you tried:
setwd("C:/BACC_R")
Or
setwd("C:\\BACC_R")
HTH
Kevin
--------------------------------------------
Ko-Kang Kevin Wang, MSc(Hon)
SLC Stats Workshops Co-ordinator
The University of Auckland
New Zealand
______________________________________________
R-help@stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
This archive was generated by hypermail 2.1.3 : Wed 30 Jun 2004 - 23:05:09 EST