View source: R/read_data_functions.R
ffi_read_LI850 | R Documentation |
Read a LI-850 data file
ffi_read_LI850(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, including a
TIMESTAMP
column.
f <- system.file("extdata/LI850.txt", package = "fluxfinder")
dat <- ffi_read_LI850(f)
dat <- ffi_read_LI850(f, tz = "EST") # specify time zone
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.