list_gases {licoread}R Documentation

lists gases present in the dataset

Description

prints a character vector of the gases present in the dataset. This is to be used to obtain the exact names of the gases before using licoread_to_fluxible.

Usage

list_gases(df, file_type = "auto", file_type_list = c("82z", "81x", "auto"))

Arguments

df

the dataframe as imported with licoread

file_type

type of file (currently works only for 82z). If "auto" (default), the function will try to detect it by itself.

file_type_list

list of file types

Value

a character vector of the gases present in the dataset

Examples

path_82z <- system.file("extdata/82z", package = "licoread")
gas_df_82z <- licoread(path_82z)
list_gases(gas_df_82z)

[Package licoread version 0.2.0 Index]