is_standardUnit
From EML v2.0.4
by Carl Boettiger
is_standardUnit
is_standardUnit
Usage
is_standardUnit(x)
Arguments
- x
name of unit to check
Value
TRUE if unit is exact match to the id of a unit in the Standard Units Table, FALSE otherwise.
Examples
# NOT RUN {
is_standardUnit("amperePerMeter") # TRUE
is_standardUnit("speciesPerSquareMeter") # FALSE
# }
Community examples
Looks like there are no examples yet.