Skip to contents

Check if an object is not infinite

Usage

not_infinite(a)

Arguments

a

Object to check

Value

TRUE or FALSE

Examples

not_infinite(Inf)
#> [1] FALSE
not_infinite(1)
#> [1] TRUE