assert_named_exprs {admiraldev} | R Documentation |
This function is deprecated, please use assert_expr_list()
instead.
assert_named_exprs(arg, optional = FALSE)
arg |
A function argument to be checked |
optional |
Is the checked argument optional? If set to |
The function throws an error if arg
is not a named list
of expression or
returns the input invisibly otherwise
Other deprecated:
assert_function_param()
,
assert_has_variables()