rscript_process_options | R Documentation |
Create options for an rscript_process object
rscript_process_options(...)
... |
Options to override, named arguments. |
A list of options.
rscript_process_options()
creates a set of options to initialize a new
object from the rscript_process
class. Its arguments must be named,
the names are used as option names. The options correspond to (some of)
the arguments of the rscript()
function. At least the script
option
must be specified, the script file to run.
## List all options and their default values:
rscript_process_options()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.