units (version 0.6-7)

deparse_unit: deparse unit to string in product power form (e.g. km m-2 s-1)

Description

deparse unit to string in product power form (e.g. km m-2 s-1)

Usage

deparse_unit(x)

as_cf(x)

Arguments

x

object of class units

Value

length one character vector

Details

as_cf is deprecated; use deparse_unit.

Examples

Run this code
# NOT RUN {
u = as_units("kg m-2 s-1", implicit_exponents = TRUE)
u
deparse_unit(u)
# }

Run the code above in your browser using DataLab