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

View source: R/taskschedulerAddin.R

taskschedulerAddinR 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

taskschedulerAddin(RscriptRepository, debug = TRUE)

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

Value

the return of runGadget

Examples

## Not run: 
taskschedulerAddin()

## End(Not run)

taskscheduleR documentation built on July 9, 2023, 5:24 p.m.