[R] Construct a File Path: File Path Unknown

Scott ncbi2r at googlemail.com
Thu Aug 25 22:58:38 CEST 2011


If you create a directory to work in for your project you could store that
and use that later
maindir<-getwd()
#then even if you change directories for different parts of your project
(but remain inside that folder)
 you could put maindir variable into the path of the dir command. The less
directories you have to scan through, the faster your answer.

dir(maindir, pattern="foo.pdf", full.names=T, ignore.case=T, recursive=T) 




--
View this message in context: http://r.789695.n4.nabble.com/Construct-a-File-Path-File-Path-Unknown-tp3768821p3769397.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list