assert_function_param {admiraldev} | R Documentation |
This function is deprecated, please use assert_function()
instead.
assert_function_param(arg, params)
arg |
The name of a function passed as a string |
params |
A character vector of function parameters |
The function throws an error if any elements of params
is not an argument of
the function given by arg
Other deprecated:
assert_has_variables()
,
assert_named_exprs()