R/data-gases.R

#' Gases at Standard Temperature and Pressure (STP) {Wikipedia}
#'
#' A table containing gases at standard conditions.
#'
#'
#'
#' @format A data.table data frame with 540 rows and 6 variables:
#' \describe{
#' \item{Name}{Name of the gas}
#' \item{Formula}{Chemical formula of the gas}
#' \item{Boiling pt (°C)}{Boiling point of the gas in degrees Celsius}
#' \item{Melting pt (°C)}{Melting point of the gas in degrees Celsius}
#' \item{Molecular weight}{Molecular weight of the gas}
#' \item{CAS}{CAS number}
#' }
#'
#'
#' @source
#' Wikimedia Foundation, Inc. Wikipedia, 26 August 2023, "List of gases", \url{https://en.wikipedia.org/wiki/List_of_gases}.
#'
#'
#'
#'
#'
#'
"gases"
#> [1] "gases"

Try the iemiscdata package in your browser

Any scripts or data that you put into this service are public.

iemiscdata documentation built on Sept. 26, 2023, 1:07 a.m.