is.defined: Test Whether Values are Defined

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Test for data definition by negating the result of is.na.

Usage

1

Arguments

x

object

Details

The function is.na is applied to the object, and the opposite of the result is returned. This yields a more intuitive syntax for certain tests.

Value

logical

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also

Examples

1
2

metrumrg documentation built on May 2, 2019, 5:55 p.m.