Learn R Programming

taskscheduleR (version 1.8)

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

Description

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

Usage

taskschedulerAddin(RscriptRepository, debug = TRUE)

Value

the return of runGadget

Arguments

RscriptRepository

path to the folder where R scripts will be copied to and launched. Defaults to the extdata folder in the taskscheduleR R library

debug

passed on to taskscheduler_create

Examples

Run this code
if (FALSE) {
taskschedulerAddin()
}

Run the code above in your browser using DataLab