powered by
Launch an RStudio addin which allows to schedule an Rscript interactively.
cron_rstudioaddin(RscriptRepository = Sys.getenv("CRON_LIVE", unset = getwd()))
the return of runGadget
runGadget
path to the folder where R scripts will be copied to and launched from, and by default log files will be written to. Defaults to the current working directory or in case it is set, the path set in the CRON_LIVE environment variable.
CRON_LIVE
if (FALSE) { cron_rstudioaddin() }
Run the code above in your browser using DataLab