is_standardUnit: is_standardUnit

View source: R/set_attributes.R

is_standardUnitR 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

ropensci/EML documentation built on June 11, 2022, 10:32 a.m.