[R] how to run a script at the beginning of an interacive ses sion ?
Liaw, Andy
andy_liaw at merck.com
Wed Jun 8 05:02:37 CEST 2005
See ?Startup.
Andy
> From: Mike R
>
> Hi All,
>
> How does one create an executable R-script, similar
> to an executable python script, or shell script except
> that when the R-script is finished, the R session remains
> open and becomes interactive.
>
> If I do this:
>
> R < script.r
>
> then R exits when finished.
>
> On the other hand, starting R then typing
>
> source("script.r",echo=T)
>
> is becoming tedious.
>
> Thanks in advance.
>
> Mike
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
>
>
More information about the R-help
mailing list