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
?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.
>
>
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
3 matches
Mail list logo