powered by
Read a LI-850 data file
ffi_read_LI850(file, tz = "UTC")
A data.frame with the parsed data, including a TIMESTAMP column.
data.frame
TIMESTAMP
Filename to read, character
Time zone of the file's time data, character (optional)
f <- system.file("extdata/LI850.txt", package = "fluxfinder") dat <- ffi_read_LI850(f) dat <- ffi_read_LI850(f, tz = "EST") # specify time zone
Run the code above in your browser using DataLab