[R] How to schedule R to run automatically

jim holtman jholtman at gmail.com
Mon Dec 19 20:12:18 CET 2011


That is what the task scheduler is for.  Just create a ".bat" file
that invokes R and schedule it every two hours.  On Win XP it is
Control Panel/Scheduled Tasks.

On Mon, Dec 19, 2011 at 11:10 AM, Kenneth Zhang <kennethrrr at gmail.com> wrote:
> I'd like to run an R code automatically on Windows 7, say once every 2
> hours. Could anyone tell me how to manage it?
>
> Thanks in advance!
>
> Best regards,
> Ken
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> 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
Data Munger Guru

What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.



More information about the R-help mailing list