isValidCharacters | R Documentation |
Check if input characters are valid (neither NA
nor ""
)
isValidCharacters(x)
x |
A vector, matrix or list |
A logical vector
isValidCharacters(c("a", "", "b"))
isValidCharacters(c("a", NA, "b"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.