unique_gases: Get the unique gases of an object

View source: R/unique_gases.R

unique_gasesR Documentation

Get the unique gases of an object

Description

Get the gases from a CFP object.

Usage

unique_gases(x)

Arguments

x

the object to extract the gases from.

Value

A character vector of gases in that object.

Examples

unique_gases(base_dat)

data.frame(gas = c("CO2", "CH4")) |>
cfp_profile(id_cols = "gas") |>
unique_gases()


ConFluxPro documentation built on Aug. 8, 2025, 7:01 p.m.