na_empty | R Documentation |
NA
if an object is empty.Return NA
if an object is empty.
na_empty(x)
x |
An object. |
NA
if x
is empty (length(x) == 0
), otherwise x
.
na_empty(integer())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.