Learn R Programming

easyr (version 0.5-11)

na: Shorthand for is.na

Description

Shorthand for is.na

Usage

na(x)

Value

logical indicator

Arguments

x

Value to check.

Examples

Run this code
na(NA)
na(1)

Run the code above in your browser using DataLab