Re: [R] Check whether a file exits ...

2002-12-30 Thread Peter Dalgaard BSA
"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/

Re: [R] Check whether a file exits ...

2002-12-30 Thread Jeff Gentry
> 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() __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help

[R] Check whether a file exits ...

2002-12-30 Thread Ngayee J Law
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 __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help