Description
Implements Rscript with system2
Usage
rscript(x, ops = NULL, args = NULL, ...)
Value
A character vector of the result from calling Rscript via
system2()
Arguments
- x
An R file to run
- ops
A character vector of options ("--" is added to each)
- args
A character vector of other arguments to pass
- ...
Additional arguments passed to system2