View source: R/input_file_utils.R
parse_arg | R Documentation |
Parse "parameter = value" pairs from a specified element in a list of arguments.
parse_arg(arguments, i = 1)
arguments; |
a character vector of arguments output by get_args. |
i; |
the element in the argument vector to parse. |
A 2-element character vector. The first element gives the parameter name; the second element gives the parameter value. If no equal sign is present in the argument, the parameter element is empty and the argument value is contained in the value element.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.