Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

anyMissing

Returns TRUE if missing values are round, otherwise FALSE


Description

Detection of missing values.

Usage

anyMissing(x)

Arguments

x

any object (though not all are currently supported).

Value

logical, TRUE is missing values are detected.

See Also

Examples

anyMissing(1:5)
anyMissing(c(1, NA, 2))
anyMissing(list(a=1:3, b=NA))
anyMissing(data.frame(a=1:3, b=c(NA, 5:6)))

splus2R

Supplemental S-PLUS Functionality in R

v1.3-3
GPL-2
Authors
William Constantine [aut], Tim Hesterberg [aut], Knut Wittkowski [ctb], Tingting Song [ctb], Bill Dunlap [ctb], Stephen Kaluzny [ctb, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.