Skip to contents

Get units for a given dimension

Usage

getUnitsForDimension(dimension)

Arguments

dimension

Name of dimension for which units should be returned

Value

Returns a vector containing all units defined in the dimension

Examples


getUnitsForDimension("Mass")
#> [1] "kg" "g"  "mg" "µg" "ng" "pg"