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