View source: R/cron_rstudioaddin.R
cron_rstudioaddin | R Documentation |
Launch an RStudio addin which allows to schedule an Rscript interactively.
cron_rstudioaddin(RscriptRepository = Sys.getenv("CRON_LIVE", unset = getwd()))
RscriptRepository |
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 |
the return of runGadget
## Not run: cron_rstudioaddin() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.