unique_gases | R Documentation |
Get the gases from a CFP object.
unique_gases(x)
x |
the object to extract the gases from. |
A character vector of gases in that object.
unique_gases(base_dat)
data.frame(gas = c("CO2", "CH4")) |>
cfp_profile(id_cols = "gas") |>
unique_gases()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.