[R] setwd problems

Ko-Kang Kevin Wang k.wang at auckland.ac.nz
Mon Jun 21 21:39:30 CEST 2004


Hi,

> -----Original Message-----
> From: r-help-bounces at 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




More information about the R-help mailing list