is_standardUnit {EML} | R Documentation |
is_standardUnit
Description
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
is_standardUnit("amperePerMeter") # TRUE
is_standardUnit("speciesPerSquareMeter") # FALSE
[Package EML version 2.0.6.1 Index]