Description Usage Arguments Value
View source: R/utils_validation.R
Check that object is a list object
1 2 3 4 5 6 7 | check_list(
obj,
err_h,
allow_null = FALSE,
allow_names = TRUE,
allow_empty = TRUE
)
|
obj |
The object, that should be checked. |
err_h |
An error handler. |
allow_null |
A logical, defining whether the object is allowed to be |
allow_names |
A logical, defining whether the entries may have names. |
allow_empty |
A logical, defining whether the list may be empty. |
The passed in object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.