CMD_Rscript: Create CMD instruction for running an R script

Description Usage Arguments Value

View source: R/Class-Cmd.R

Description

Schema: R [–options] [file] [args]

Usage

1
CMD_Rscript(path, options = character(0), args = character(0), vanilla = TRUE)

Arguments

path

The name of the R script that should run on startup or a path relative to the working directory

options

(optional) Options or flags to be passed to Rscript

args

(otional) Argumands to be passed to the R script

vanilla

Whether R should startup in vanilla mode. Default: TRUE

Value

A CMD instruction


o2r-project/containerit documentation built on June 28, 2021, 2:46 p.m.