isEveryFinite: Checks whether all objects are finite

View source: R/0helpers.R

isEveryFiniteR Documentation

Checks whether all objects are finite

Description

Checks whether all objects are finite

Usage

isEveryFinite(...)

Arguments

...

objects that need testing

Value

Returns TRUE if all objects are finite, returns FALSE otherwise

Examples

x <- 1
y <- 2
z <- 10^(1e10)

isEveryFinite(x, y)
isEveryFinite(x, y, z)

AlexanderLyNL/bstats documentation built on Sept. 11, 2023, 4:10 p.m.