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)

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