Skip to content

Schedule R to run automatically

1 message · Steven McKinney

#
Yes, in both.

In Windows, you can use the "Task Scheduler" (Control Panel - Administrative Tools
on Windows 7).  Set up the R script you want to run daily, and invoke it
with the R CMD BATCH command.

In Unix, you can use the cron scheduler to do the same.


Steven McKinney