Learn R Programming

fluxfinder (version 1.1.0)

ffi_read_LIsmartchamber: 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)

Value

A data.frame with the parsed data.

Arguments

file

Filename to read, character

concentrations

Return concentration data (the default), or just summary information? Logical

Author

Ben Bond-Lamberty

Examples

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