ffi_read_LIsmartchamber {fluxfinder} | R Documentation |
Read a LI-8200-01S (smart chamber) data file
Description
Read a LI-8200-01S (smart chamber) data file
Usage
ffi_read_LIsmartchamber(file, concentrations = TRUE)
Arguments
file |
Filename to read, character |
concentrations |
Return concentration data (the default), or just summary information? Logical |
Value
A data.frame
with the parsed data.
Note
These files are in JSON format. See also https://www.licor.com/env/products/soil-flux/smart-chamber.
Author(s)
Ben Bond-Lamberty
Examples
f <- system.file("extdata/LI8200-01S.json", package = "fluxfinder")
dat <- ffi_read_LIsmartchamber(f) # returns 240 rows
ffi_read_LIsmartchamber(f, concentrations = FALSE) # only 4 rows
[Package fluxfinder version 1.0.0 Index]