assert_lower: Check Numeric Relations

View source: R/assert.R

assert_lowerR Documentation

Check Numeric Relations

Description

Check Numeric Relations

Usage

assert_lower(x, y, ...)

assert_greater(x, y, ...)

Arguments

x, y

A numeric object to be checked.

...

Extra parameters to be passed to internal methods.

Value

Throws an error, if any, and returns x invisibly otherwise.

Author(s)

N. Frerebeau

See Also

Other validation methods: assert_constant(), assert_data, assert_length(), assert_names(), assert_numeric, assert_package(), assert_square(), assert_type(), validate()


tesselle/arkhe documentation built on Feb. 22, 2024, 8:18 p.m.