make_crontab | R Documentation |
use the 'cronR' package to create a crontab job with one function
make_crontab(.script, .frequency, .at = NULL)
.script |
the path to the script to made into a crontab job |
.frequency |
frequency at which to run, i.e. "daily" or "weekly" or "minutely" |
.at |
the sub-frequency at which to run, i.e. for .frequency = "daily", .at could be "8AM" |
a console printout of the crontab that was added for the current user
## Not run: make_crontab("user/my_folder/my_script.R", .frequency = "daily", .at = "8AM") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.