not_nan {maybe}R 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)

[Package maybe version 1.1.0 Index]