is an object NA or equal to the empty string "" (after trimming)?
isNaOrEmpty(x)
Arguments
x |
object to be tested for NA or being empty (equal to "", after trimming) |
Value
(vector of) logical, being TRUE for each element in x that is
NA or the empty string "" (after trimming)