powered by
Read a LI-8200-01S (smart chamber) data file
ffi_read_LIsmartchamber(file, concentrations = TRUE)
A data.frame with the parsed data.
data.frame
Filename to read, character
Return concentration data (the default), or just summary information? Logical
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
Run the code above in your browser using DataLab