Automating R Script
Posted
by ETD
on Stack Overflow
See other posts from Stack Overflow
or by ETD
Published on 2010-05-08T08:16:01Z
Indexed on
2010/05/08
8:18 UTC
Read the original article
Hit count: 132
r
|statistics
I have written an R script that pulls some data from a database, performs several operations on it and post the output to a new database.
I would like this script to run every day at a specific time but I can not find any way to do this effectively.
Can anyone recommend a resource I could look at to solve this issue? I am running this script on a Windows machine.
© Stack Overflow or respective owner