is_empty | R Documentation |
Check for is.null & length 0. Vectorized check for is.na, empty string (""), optional check for whitespace only string.
is_empty(x, check_whitespace = TRUE)
x |
[vec] some scalar element |
check_whitespace |
[lgl] check for all-whitespace strings? |
[lgl]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.