Description Usage Arguments Examples
A version of commandArgs function with default values
1 | commandArgs.def(defaults, error.message = NULL, ...)
|
defaults |
a list of defaults, NA when no default is set |
error.message |
Show this error message and stop if not null. Defaults NULL. |
1 | args <- commandArgs.def(c(NA, 2), error.message='This program takes two input. The second input defaults to 2 if not supplied')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.