molecular_mass_table: Functions to return a table containing molecular masses for...

View source: R/gas_volume_to_mass.R

molecular_mass_tableR Documentation

Functions to return a table containing molecular masses for use in gas_volume_to_mass and gas_mass_to_volume.

Description

Functions to return a table containing molecular masses for use in gas_volume_to_mass and gas_mass_to_volume.

Usage

molecular_mass_table(unique_names = TRUE)

Arguments

unique_names

Should only unique names be returned?

Value

Tibble.

Author(s)

Stuart K. Grange and Shona Wilde.

See Also

gas_volume_to_mass, gas_mass_to_volume

Examples


# Load and print entire table
molecular_mass_table() %>% 
  print(n = Inf)


skgrange/threadr documentation built on May 11, 2024, 12:16 p.m.