View source: R/parse_command_line.R
reg_argument_list | R Documentation |
Register command line arguments
reg_argument_list(plist)
plist |
list of lists of arguments: lparam, sparam, var, default, argType, help string |
arguments <- list(
list("--outfile","-o","outfile",NA,argsType$TypeValue,'location of output file'),
list("--date","-d","date",NA,argsType$TypeValue,'specify date'),
list("--msg","-m","msg",NA,argsType$TypeValue,'memo line message'),
list("--amount","-a","amount",NA,argsType$TypeValue,'specify dollar amount'),
list("--payee","-p","payee",NA,argsType$TypeValue,'specify payee'))
reg_argument_list(arguments)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.