Description Usage Arguments Value
Flag if a character object is either NA, NULL, or has zero characters
1 | nnnc0(object)
|
object |
An one-dimensional character-class object |
Returns TRUE
If is.na(object)
, is.na(object)
, or nchar(object) == 0
otherwise returns FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.