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

EML documentation built on April 29, 2022, 1:06 a.m.