comparison_inverse: Convert a math comparator to it's inverse

View source: R/utils_math.R

comparison_inverseR Documentation

Convert a math comparator to it's inverse

Description

Convert a math comparator to it's inverse

Usage

comparison_inverse(x)

Arguments

x

chr/fun Math comparator, one of <, >, <=, >=

Value

chr/fun the inverse comparator as the same class as x

See Also

Other math: comparison_inverse_key, comparison_key, evens(), interpolate(), odds(), str_comparison()

Examples

comparison_inverse(">=")

yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.