Description Usage Arguments Author(s) Examples
Checks if the argument is a list of quosures
where the expressions are
variable-value pairs. The value can be a symbol, a string, a numeric, or
NA
. More general expression are not allowed.
1 2 3 4 5 6 7 | assert_varval_list(
arg,
required_elements = NULL,
accept_expr = FALSE,
accept_var = FALSE,
optional = FALSE
)
|
arg |
A function argument to be checked |
required_elements |
A |
accept_expr |
Should expressions on the right hand side be accepted? |
accept_var |
Should unnamed variable names (e.g. |
optional |
Is the checked parameter optional? If set to |
Stefan Bundfuss, Thomas Neitmann
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.