is.not.na: Is not NA

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

Description

This is the opposite of is.na

Usage

1

Arguments

x

a value or vector of values

Details

It does the opposite of what is.na

Value

This function returns if x is not na

Author(s)

Matt Simmons mattsimmons@email.com

See Also

is.na

Examples

1
2
3
4
x <- NA
y <- is.not.na(x)
z <- 1
q <- is.not.na(z)

mattsq/examplePackage documentation built on May 23, 2020, 12:23 p.m.