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 Jan. 30, 2021, 9:05 a.m.