powered by
Read a Picarro G2301 data file
ffi_read_PicarroG2301(file, tz = "UTC")
A data.frame with the parsed data.
data.frame
Filename to read, character
Time zone of the file's time data, character (optional)
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
Run the code above in your browser using DataLab