backports (version 1.1.5)

anyNA: Backport of anyNA for R versions < 3.2.0.

Description

See the original description in base::anyNA.

Usage

anyNA(x, recursive = FALSE)

Arguments

Examples

Run this code
# NOT RUN {
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_anyNA = getFromNamespace("anyNA", "backports")

bp_anyNA(letters)
# }

Run the code above in your browser using DataCamp Workspace