source_rscript | R Documentation |
read and run R script code from a file, with changing directory.
source_rscript(file, args = NULL, local = TRUE, ..., chdir = TRUE)
file |
file name |
args |
set Rscript arguments |
local |
local environment; default is current environment |
... |
argument for source |
chdir |
change dir |
invisible evaluated environment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.