anyNA: Backport of anyNA for R versions < 3.2.0.

Description Usage Examples

View source: R/anyNA.R

Description

See the original description in base::anyNA.

Usage

1
anyNA(x, recursive = FALSE)

Examples

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

bp_anyNA(letters)

backports documentation built on Dec. 13, 2021, 5:08 p.m.