Re: [R] setwd and list.files / linux

2008-12-05 Thread Marc Schwartz
1] "/nfs/home/m/cremer/gaw/code/plink" >> setwd(datapath) > Error in setwd(datapath) : cannot change working directory > Execution halted > > Lars > > Original-Nachricht -------- >> Datum: Thu, 04 Dec 2008 10:58:16 -0600 >> Von: Marc

Re: [R] setwd and list.files / linux

2008-12-05 Thread Lars Beckmann
remer/gaw/code/plink" > > setwd(datapath) Error in setwd(datapath) : cannot change working directory Execution halted Lars Original-Nachricht > Datum: Thu, 04 Dec 2008 10:58:16 -0600 > Von: Marc Schwartz <[EMAIL PROTECTED]> > An: Lars Beckmann &l

Re: [R] setwd and list.files / linux

2008-12-04 Thread Marc Schwartz
on 12/04/2008 10:38 AM Lars Beckmann wrote: > Hey, > > two questions regarding setwd and list.files: > > I try to use the function list.files: > >> datapath<-'/nfs/home/m/cremer/gaw/data/traws_chrs' > >> fl<-list.files(datapath, pattern="\\.tped") > > but I get the following error message: >

[R] setwd and list.files / linux

2008-12-04 Thread Lars Beckmann
Hey, two questions regarding setwd and list.files: I try to use the function list.files: >datapath<-'/nfs/home/m/cremer/gaw/data/traws_chrs' >fl<-list.files(datapath, pattern="\\.tped") but I get the following error message: Warning message: In list.files(datapath, pattern = "\\.tped") : li