powered by
Tidy the data downloaded from GHG Analyzer.
tidy_ghg_analyzer(file_path, gas, analyzer = "licor")
Return the loaded XLSX file after tidying for further analysis.
Directory of file.
Choose between CO2/CH4 or N2O LI-COR Trace Gas Analyzer, which is "ch4" and "n2o", respectively.
The brand of the analyzer which the data was downloaded from.
ghg_data_path <- system.file("extdata", "ch4.xlsx", package = "aelab") tidy_ghg_analyzer(ghg_data_path, "ch4")
Run the code above in your browser using DataLab