Re: [R] Executing multiple .R files

2010-11-23 Thread Henrik Bengtsson
See R.utils package and sourceDirectory(), e.g. sourceDirectory("R/"); You can also specify that you only want to reload files that have been modified, e.g. sourceDirectory("R/", modifiedOnly=TRUE); /Henrik On Tue, Nov 23, 2010 at 7:04 AM, Santosh Srinivas wrote: > Hello R-Helpers, > > I have

Re: [R] Executing multiple .R files

2010-11-23 Thread jim holtman
?source On Tue, Nov 23, 2010 at 10:04 AM, Santosh Srinivas wrote: > Hello R-Helpers, > > I have a directory with some ".R" files that I execute every day. > I want to write a script that executes each one of time sequentially. > > Is there a statement for this? > > Thank you. > >

[R] Executing multiple .R files

2010-11-23 Thread Santosh Srinivas
Hello R-Helpers, I have a directory with some ".R" files that I execute every day. I want to write a script that executes each one of time sequentially. Is there a statement for this? Thank you. __ R-help@r-project.org mailing list https://stat.ethz.c