View source: R/utils_validation.R
Check that a specific list element is an integer vector
1 2 3 4 5 6 7 8 9 10 11 |
obj |
The list object, that should be checked |
attr |
A string holding the name of the list element, that should be checked. |
err_h |
An error handler. |
min_val |
An optional argument, defining a minimal allowed value. |
max_val |
An numeric argument, defining the maximal allowed value. |
allow_na |
Are |
ascending |
An optional argument, defining if the numbers have to be strictly ascending. |
allow_null |
A logical, defining whether the argument is allowed to be |
allow_na_last |
A logical value, defining if the last entry of the
vector is allowed to be |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.