pkgdown/mathjax-config.html

Skip to contents

Validates that a numeric value contains no Inf, -Inf, or NaN values. Does not check for NA (use require_no_na() for that).

Usage

require_finite(restriction)

Arguments

restriction

a restriction object.

Value

The modified restriction object.

See also

Other missingness checks: require_no_na(), require_not_null()