Description Usage Arguments Value Author(s) Examples
Checks if an argument is a valid list of order variables created using vars()
1 | assert_order_vars(arg, optional = FALSE)
|
arg |
A function argument to be checked |
optional |
Is the checked parameter optional? If set to |
The function throws an error if arg
is not a list of variables or desc()
calls created using vars()
and returns the input invisibly otherwise.
Stefan Bundfuss
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.