rcmd_process_options | R Documentation |
Create options for an rcmd_process object
rcmd_process_options(...)
... |
Options to override, named arguments. |
A list of options.
rcmd_process_options()
creates a set of options to initialize a new
object from the rcmd_process
class. Its arguments must be named, the
names are used as option names. The options correspond to (some of)
the arguments of the rcmd()
function. At least the cmd
option must
be specified, to select the R CMD
subcommand to run. Typically
cmdargs
is specified as well, to supply more arguments to R CMD
.
## List all options and their default values:
rcmd_process_options()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.