Skip to content
Prev 269796 / 398502 Next

Construct a File Path: File Path Unknown

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.