Learn R Programming

easyr (version 0.3-1)

null: Shorthand for is.null

Description

Shorthand for is.null

Usage

null(x)

Arguments

x

Value to check.

Value

logical indicator

Examples

Run this code
# NOT RUN {
null( NULL )
null(1)
# }

Run the code above in your browser using DataLab