not_na: Check if an object is not NA

View source: R/predicates.R

not_naR Documentation

Check if an object is not NA

Description

Check if an object is not NA

Usage

not_na(a)

Arguments

a

Object to check

Value

TRUE or FALSE

Examples

not_na(NA)
not_na(1)

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