ffi_read_LI850: Read a LI-850 data file

View source: R/read_data_functions.R

ffi_read_LI850R 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

fluxfinder documentation built on Sept. 9, 2025, 5:39 p.m.