cron_rstudioaddin: Launch an RStudio addin which allows to schedule an Rscript...

View source: R/cron_rstudioaddin.R

cron_rstudioaddinR Documentation

Launch an RStudio addin which allows to schedule an Rscript interactively.

Description

Launch an RStudio addin which allows to schedule an Rscript interactively.

Usage

cron_rstudioaddin(RscriptRepository = Sys.getenv("CRON_LIVE", unset = getwd()))

Arguments

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 CRON_LIVE environment variable.

Value

the return of runGadget

Examples

## Not run: 
cron_rstudioaddin()

## End(Not run)

cronR documentation built on Jan. 9, 2023, 5:10 p.m.