Description Usage Arguments Value See Also
Wrapper around system2
to run Rscript with
default arguments for easy use as an RStudio addin
1 2 3 4 5 6 7 | runCurrentRscript(
path = path.expand(rstudioapi::getActiveDocumentContext()[["path"]]),
command = "Rscript",
outputFile = "output.txt",
autoOpen = TRUE,
addRhome = TRUE
)
|
path |
|
command |
|
outputFile |
|
autoOpen |
|
addRhome |
|
side-effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.