anyNA: Backport of anyNA for R versions < 3.2.0.

View source: R/anyNA.R

anyNAR Documentation

Backport of anyNA for R versions < 3.2.0.

Description

See the original description in base::anyNA.

Usage

anyNA(x, recursive = FALSE)

Examples

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

bp_anyNA(letters)

mllg/backports documentation built on March 15, 2023, 8:07 p.m.