Description Usage Arguments Value Author(s)
View source: R/helperFunctions.R
This function checks the supplied arguments if they abid to the given restrictions
1 2 3 4 5 6 7 8 |
args |
The vector of arguments to check |
allowedValues |
A named list of values the argument of a this name is allowed to have |
allowNULL |
Logical, allow NULL or not |
allowNA |
Logical, allow NA or not |
allowEmptyString |
Logical, allow empty strings or not |
allowInf |
Logical, allow values of +/- infinity or not |
Returns 1 if all checks completed successfully, returns error message otherwise.
Frank Kramer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.