not.null: Opposite of is.null

not.nullR Documentation

Opposite of is.null

Description

Given a list, returns TRUE for all entities that aren't NULL.

Usage

not.null(x)

Arguments

x

A vector to check for NULLs against.

Value

Elements that aren't NULL

Examples

not.null(list(1, NULL, 2, NULL))


upstartr documentation built on May 29, 2024, 9:08 a.m.