Description Usage Arguments Details Value Examples
Check if all elements of an object have non-empty names.
1 | has_names(x)
|
x |
An object. |
This function first checks if the underlying names
attribute of
x
is NULL
. If it is not, then it checks if all its elements are
non-empty strings (character(1)
values not equal to ""
).
A logical(1)
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.