.Script | R Documentation |
Internal interface to run a script through its interpreter.
.Script(interpreter, script, args, ...)
interpreter |
a character string naming the interpreter for the script. |
script |
a character string with the base file name of the
script, which must be located in the ‘ |
args |
a character string giving the arguments to pass to the script. |
... |
further arguments to be passed to |
This function is for R internal use only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.