Description
Reads Raw Files from Li-COR Gas Analyzers.
Description
Reads raw files from Li-COR gas analyzers and produces a dataframe that can directly be used with 'fluxible' <https://cran.r-project.org/package=fluxible>.
README.md
Licoread
The licoread R package provides an easy way to import raw files from li-COR gas analyzers as R objects that can be used with the Fluxible package.
Installation
Licoread can be installed from CRAN:
install.packages("licoread")
Or you can install the development version from GitHub:
# install.packages("pak")
pak::pak("jogaudard/licoread")