ffi_read_LI850 {fluxfinder} | R Documentation |
Read a LI-850 data file
Description
Read a LI-850 data file
Usage
ffi_read_LI850(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, including a
TIMESTAMP
column.
Examples
f <- system.file("extdata/LI850.txt", package = "fluxfinder")
dat <- ffi_read_LI850(f)
dat <- ffi_read_LI850(f, tz = "EST") # specify time zone
[Package fluxfinder version 1.0.0 Index]