"Ngayee J Law" <[EMAIL PROTECTED]> 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 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
