is_blank | R Documentation |
Check if scalars are blank
is_blank(x, trim = TRUE, ...)
x |
Object to check its emptiness. |
trim |
Logical. If passed as |
... |
Additional arguments for |
Logicals.
is_blank(list(c(a = "", b = NA_character_), NULL))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.