Learn R Programming

fluxfinder (version 1.1.0)

ffi_read_PicarroG2301: Read a Picarro G2301 data file

Description

Read a Picarro G2301 data file

Usage

ffi_read_PicarroG2301(file, tz = "UTC")

Value

A data.frame with the parsed data.

Arguments

file

Filename to read, character

tz

Time zone of the file's time data, character (optional)

References

https://www.picarro.com/environmental/products/g2301_gas_concentration_analyzer

Examples

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