View source: R/all_list_elements.R
is_fully_named_list | R Documentation |
Checks if 'x' is a list with each element named.
is_fully_named_list(x)
x |
An object |
Boolean.
is_fully_named_list(list())
is_fully_named_list(list(1))
is_fully_named_list(list("a"=1))
is_fully_named_list(list("a"=1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.