EML (version 2.0.4)

is_standardUnit: 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

Run this code
# NOT RUN {
is_standardUnit("amperePerMeter") # TRUE
is_standardUnit("speciesPerSquareMeter") # FALSE
# }

Run the code above in your browser using DataCamp Workspace