bnosac / cronR

A simple R package for managing your cron jobs.
Other
288 stars 38 forks source link

Purpose of `rscript_args` #66

Closed asadow closed 7 months ago

asadow commented 7 months ago

How does the argument rscript_args work?

jwijffels commented 7 months ago

these are command line arguments which you pass on to Rscript and which you then can use in your R code. See the example in the README and the example code at https://github.com/bnosac/cronR/blob/master/inst/extdata/helloworld.R