powered by
Tabulates into a tibble some properties of the standard atmosphere: temperature, density, and pressure.
atmos_table(units = c("SI", "Eng"), ret_units = TRUE)
character vector that contains the system of units [options are SI for International System of Units and Eng for English (US customary) units.
SI
Eng
If set to TRUE the value(s) returned are of class units with units attached to the value. [Default is TRUE]
units
Ed Maurer
atmos_table(units = 'SI')
Run the code above in your browser using DataLab