AllEmpty | R Documentation |
Internal function: Convenience function checks whether all NA or empty in a vector of strings
AllEmpty(x)
x |
vector |
TRUE/FALSE
MS
AllEmpty(NA)
AllEmpty(c(NA, NA))
AllEmpty(c('', NA))
AllEmpty(c('fnyg', NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.