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)
The parameters
argument (converted to a list of symbol, if it is a
character vector)
The argument to check
Is the checked argument optional? If set to FALSE
and
parameters
is NULL
then an error is thrown.