View source: R/parse_command_line.R
reg_subcmd_list | R Documentation |
Register subcommands using a list
reg_subcmd_list(slist)
slist |
list of lists of subcommands: subcmd, parent, help string |
subcmds <- list(
list("paycheck", "deposit", "add a paycheck deposit"),
list("reimbursement", "deposit", "add a reimbursement"),
list("bankfee", "withdraw", "add a bank fee"),
list("check", "deposit", "add a check deposit")
)
reg_subcmd_list(subcmds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.