add_float_range: Float range

View source: R/add_float_range.R

add_float_rangeR Documentation

Float range

Description

Checks if a numeric variable is within a continuous float range.

Usage

add_float_range(variable, min, max)

Arguments

variable

Numeric variable.

min

Minimum possible value.

max

Maximum possible value.

Value

No return value,only performs a check.


DIETCOST documentation built on June 8, 2025, 1:51 p.m.