tidy_licor {aelab}R Documentation

tidy_licor

Description

Tidy the data downloaded from GHG Analyzer.

Usage

tidy_licor(file_path, gas, analyzer = "licor")

Arguments

file_path

Directory of file.

gas

Choose between CO2/CH4 or N2O LI-COR Trace Gas Analyzer, which is "ch4" and "n2o", respectively.

analyzer

The brand of the analyzer which the data was downloaded from.

Value

Return the loaded XLSX file after tidying for further analysis.

Examples

ghg_data_path <- system.file("extdata", "ch4.xlsx", package = "aelab")
tidy_licor(ghg_data_path, "ch4")

[Package aelab version 0.4.0 Index]