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