View source: R/parse_command_line.R
reg_command_list | R Documentation |
Register commands using a list
reg_command_list(clist)
clist |
list of lists of commands: command, help string |
cmds <- list(
list("withdraw", "add a withdrawal"),
list("plot", "graph output"),
list("deposit", "add a deposit"),
list("edit", "update a record"),
list("find", "find a record")
)
reg_command_list(cmds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.