[R] set up automatic running of R

jim holtman jholtman at gmail.com
Wed Jul 18 20:29:10 CEST 2007


Create a .bat file with the commands to execute R BATCH and then
create a scheduled task that will run at the desired time to call the
batch file.

On 7/18/07, Am Stat <amstat2006 at gmail.com> wrote:
> Hi useR,
>
> I am trying to find how to schedule an automatic run of R periodically, I
> have written some scripts to extract data which are updated monthly on
> another server, my os is xp. The goal is that my script will run at a
> scheduled time every month and record the results to some directories.
>
> Now the scripts are done, only thing I need is to know how to let R run my
> scripts at a certain time, say the first Sunday of each months.
>
> Could anyone give me some clues?
>
> Thanks a million in advance!
>
>
> Best,
>
> Leon
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> 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
> 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