Hello all, I need to write a R program that checks whether a file exists in the directory. Any easy ways to do that? Thanks! - Jacqueline
> I need to write a R program that checks whether a file exists in the > directory. Any easy ways > to do that? Thanks!file.exists()
"Ngayee J Law" <Ngayee.Law at celeradiagnostics.com> writes:> Hello all, > > I need to write a R program that checks whether a file exists in the > directory. Any easy ways > to do that? Thanks!Look up file.exists() (and possibly file.path() too) -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907