isNaDS {dsBase} | R Documentation |
this function is similar to R function is.na
but instead of a vector
of booleans it returns just one boolean to tell if all the element are missing values.
isNaDS(xvect)
xvect |
a numerical or character vector |
the integer '1' if the vector contains on NAs and '0' otherwise
Gaye, A.