Learn R Programming

easyr (version 0.3-1)

na: Shorthand for is.na

Description

Shorthand for is.na

Usage

na(x)

Arguments

x

Value to check.

Value

logical indicator

Examples

Run this code
# NOT RUN {
na(NA)
na(1)
# }

Run the code above in your browser using DataLab