Learn R Programming

aelab (version 1.1.0)

tidy_ghg_analyzer: tidy_ghg_analyzer

Description

Tidy the data downloaded from GHG Analyzer.

Usage

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

Value

Return the loaded XLSX file after tidying for further analysis.

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.

Examples

Run this code
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