Learn R Programming

fluxfinder (version 1.1.0)

ffi_read_LI850: Read a LI-850 data file

Description

Read a LI-850 data file

Usage

ffi_read_LI850(file, tz = "UTC")

Value

A data.frame with the parsed data, including a TIMESTAMP column.

Arguments

file

Filename to read, character

tz

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

Examples

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