View source: R/parse_command_line.R
argsEnum | R Documentation |
TypeBool: TRUE/FALSE TypeValue: any value expressed as "–arg=Value", "–arg Value", or "-a Value" TypeMultiVal: TypeValue, but allowing multiple values to be stored (ie, keywords) TypeCount: value increments each time the param is used. eg, -v -v yields 2 TypeRange: splits a TypeValue like "1:3" into two variables, "1" and "3" TypePositional: required, final argument
argsEnum()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.