S******y 发帖数: 1123 | 1 We have been using a nightly SAS modeling and reporting application,
which perform data extraction against daily-updated csv files, and then
perform non-linear regression analysis daily.
I am told to re-write the whole thing in R.
I have no problem in building the same logic in R.
But how to make it a daily scheduled job on Windows XP? (for example, my
R job is named _main_job.R, which is a text code file)
Many Thanks! | s*****n 发帖数: 2174 | 2 I think it can. I do this in Linux (cron job), but I am sure Windows should
be capable of doing this also.
check Control Panel -> Scheduled Task. | q**j 发帖数: 10612 | 3 right, write a dos batch file and schedule it in control panel. you can find
the batch file format in both introduction to R and/or the little book i
wrote. |
|