not_nan: Check if an object is not NaN

View source: R/predicates.R

not_nanR Documentation

Check if an object is not NaN

Description

Check if an object is not NaN

Usage

not_nan(a)

Arguments

a

Object to check

Value

TRUE or FALSE

Examples

not_nan(NaN)
not_nan(1)

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