
Some users have this as an internal function, others do not
anyNA(x)
A vector that one checks for any NA values.
TRUE if any NA values are detected in x. Otherwise FALSE.
no references
# NOT RUN {
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
any(is.na(x))
}
# }
Run the code above in your browser using DataLab