rscript {mark} | R Documentation |
Rscript
Description
Implements Rscript
with system2
Usage
rscript(x, ops = NULL, args = NULL, ...)
Arguments
x |
An R file to run |
ops |
A character vector of options ( |
args |
A character vector of other arguments to pass |
... |
Additional arguments passed to |
Value
A character
vector of the result from calling Rscript
via
system2()
See Also
[Package mark version 0.8.0 Index]