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)

maybe documentation built on Aug. 7, 2023, 5:11 p.m.