is_blank | R Documentation |
Return TRUE if the value is blank.
is_blank(x)
x |
A vector |
A boolean vector with the return from the condition check.
is_blank("")
is_blank(NA_character_)
is_blank(" ")
is_blank("-")
is_blank(NULL)
is_blank(NaN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.