path_81x <- system.file("extdata/81x", package = "licoread")
gas_df_81x <- licoread(path_81x)
co2_df <- licoread_to_fluxible(
gas_df_81x,
"CO2",
datetime_col = "Date"
)
#> File type is 81x.
#> Unnesting the data...
#> Formatting datetime column...
#> Looking for start and end of each measurement...
ch4_dry <- licoread_to_fluxible(
gas_df_82z,
"LI-7810_CH4_DRY",
datetime_col = c("LI-8250_DATE", "LI-8250_TIME")
)
#> File type is 82z.
#> Unnesting the data...
#> Selecting the focus gas...
#> Formatting datetime column...
#> Looking for start and end of each measurement...