is_empty_object | R Documentation |
Check if object is empty
is_empty_object(x)
x |
A list, a vector, or a dataframe. |
A logical indicating whether the entered object is empty.
is_empty_object(c(1, 2, 3, NA))
is_empty_object(list(NULL, c(NA, NA)))
is_empty_object(list(NULL, NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.