validate_range: Validate Numeric Range

View source: R/utils-validation.R

validate_rangeR Documentation

Validate Numeric Range

Description

Validate Numeric Range

Usage

validate_range(x, min = -Inf, max = Inf, arg_name = "value")

Arguments

x

Value to validate.

min

Minimum allowed value.

max

Maximum allowed value.

arg_name

Argument name for error messages.


cograph documentation built on April 1, 2026, 1:07 a.m.