is.blank: Return TRUE if the argument is empty, NULL or NA
Description
Return TRUE if the argument is empty, NULL or NA
Usage
is.blank(x, false.triggers = FALSE)
Arguments
- x
Argument to test
- false.triggers
Whether to allow nonempty vectors of all FALSE to trigger this condition