Description Usage Arguments Value
Does a vector have at least one name that isn't NA or ""
1 2 3 4 5 6 7 8 9 10 11 | is_named(x)
is_not_named(x)
is_named_character(x)
is_named_list(x)
is_named_numeric(x)
is_named_logical(x)
|
x |
a vector of any type |
TRUE or FALSE. never returns NA, so safe to use in if statements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.