Description Usage Arguments Value
This function is supplied as a generic form of all_character, all_numeric, all_logical, and all_list.
1 2 3 4 5 6 7 8 9 | check_inputs(class.check, ...)
all_character(...)
all_numeric(...)
all_logical(...)
all_list(...)
|
class.check |
One of "character", "numeric", "logical", "list"
specifying what class |
... |
Unquoted names of function arguments to check |
Returns an error if the provided parameters do not match the specified class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.