ffi_read_PicarroG2301 {fluxfinder} | R Documentation |
Read a Picarro G2301 data file
ffi_read_PicarroG2301(file, tz = "UTC")
file |
Filename to read, character |
tz |
Time zone of the file's time data, character (optional) |
A data.frame
with the parsed data.
https://www.picarro.com/environmental/products/g2301_gas_concentration_analyzer
f <- system.file("extdata/PicarroG2301-data.dat", package = "fluxfinder")
dat <- ffi_read_PicarroG2301(f)
dat <- ffi_read_PicarroG2301(f, tz = "EST") # specify time zone