is.missing: Check for missing values

Description Usage Arguments Value See Also Examples

Description

Check to see whether the input is either NA or a vector of length 0.

Usage

1

Arguments

x

object to check.

Value

TRUE if the input is a vector of length 0; is.na(x) otherwise.

See Also

anyMissing.

Examples

1
2
3

splus2R documentation built on May 2, 2019, 5:24 p.m.

Related to is.missing in splus2R...