not_null: Check if an object is not NULL

View source: R/predicates.R

not_nullR Documentation

Check if an object is not NULL

Description

Check if an object is not NULL

Usage

not_null(a)

Arguments

a

Object to check

Value

TRUE or FALSE

Examples

not_null(NULL)
not_null(1)

armcn/maybe documentation built on Aug. 23, 2023, 8:55 p.m.