This is to allow multiple forms of the same unit to work, such as `m/s` vs. `m s-1` or `K` and `Kelvin`.

units_are_equivalent(x, y)

Arguments

x

A unit string, as character

y

Another unit string for comparison, as character

Value

`TRUE` if equivalent, `FALSE` otherwise