View source: R/derive_param_computed.R
assert_parameters_argument | R Documentation |
parameters
Argument and Converts to List of ExpressionsThe function asserts that the argument is a character vector or a list of expressions. If it is a character vector, it converts it to a list of symbols.
assert_parameters_argument(parameters, optional = TRUE)
parameters |
The argument to check |
optional |
Is the checked argument optional? If set to |
The parameters
argument (converted to a list of symbol, if it is a
character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.