
Do you expect a value bigger or smaller than this?
Source:R/expect-comparison.R
comparison-expectations.RdThese functions compare values of comparable data types, such as numbers, dates, and times.
Usage
expect_lt(object, expected, label = NULL, expected.label = NULL)
expect_lte(object, expected, label = NULL, expected.label = NULL)
expect_gt(object, expected, label = NULL, expected.label = NULL)
expect_gte(object, expected, label = NULL, expected.label = NULL)