rscript | R Documentation |
Implements Rscript
with system2
rscript(x, ops = NULL, args = NULL, ...)
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 |
A character
vector of the result from calling Rscript
via
system2()
source_to_env
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.