[R] How to schedule R scripts?

jim holtman jholtman at gmail.com
Fri Mar 28 10:37:21 CET 2008


Under WIndows just write a .bat file that is called by the Scheduled
Tasks to execute when you want it.

On Fri, Mar 28, 2008 at 1:54 AM, Lauri Nikkinen <lauri.nikkinen at iki.fi> wrote:
> useRs,
>
> Is there a way to schedule R scripts? I would like to run certain
> scripts three times a day. I'm running R on Windows XP.
>
> > sessionInfo()
> R version 2.6.0 (2007-10-03)
> i386-pc-mingw32
>
> locale:
> LC_COLLATE=Finnish_Finland.1252;LC_CTYPE=Finnish_Finland.1252;LC_MONETARY=Finnish_Finland.1252;LC_NUMERIC=C;LC_TIME=Finnish_Finland.1252
>
> attached base packages:
> [1] splines   grid      stats     graphics  grDevices utils
> datasets  methods   base
>
> other attached packages:
> [1] lattice_0.17-6     RODBC_1.2-3        gdata_2.4.0
> ggplot2_0.5.7      colorspace_0.95    RColorBrewer_1.0-2 MASS_7.2-41
>     proto_0.3-8
> [9] reshape_0.8.0
>
> loaded via a namespace (and not attached):
> [1] gtools_2.4.0
>
> -Lauri
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem you are trying to solve?



More information about the R-help mailing list