View source: R/read_data_functions.R
ffi_read_LIsmartchamber | R Documentation |
Read a LI-8200-01S (smart chamber) data file
ffi_read_LIsmartchamber(file, concentrations = TRUE)
file |
Filename to read, character |
concentrations |
Return concentration data (the default), or just summary information? Logical |
A data.frame
with the parsed data.
These files are in JSON format. See also https://www.licor.com/env/products/soil-flux/smart-chamber.
Ben Bond-Lamberty
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.