View source: R/all_list_elements.R
is_all_list_elements_null_or_list | R Documentation |
Checks if A) 'x' is a list, B) All elements in 'x' are either null or list.
is_all_list_elements_null_or_list(x)
x |
An object |
Boolean.
is_all_list_elements_null_or_list(data.frame())
is_all_list_elements_null_or_list(list(data.frame()))
is_all_list_elements_null_or_list(list(1, NULL))
is_all_list_elements_null_or_list(list(list(), NULL))
is_all_list_elements_null_or_list(list("a"=1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.