not_infinite: Check if an object is not infinite

View source: R/predicates.R

not_infiniteR Documentation

Check if an object is not infinite

Description

Check if an object is not infinite

Usage

not_infinite(a)

Arguments

a

Object to check

Value

TRUE or FALSE

Examples

not_infinite(Inf)
not_infinite(1)

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