View source: R/read_data_functions.R
ffi_read_PicarroG2301 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.