ffi_read_LI7810: Read a LI-7810 data file

View source: R/read_data_functions.R

ffi_read_LI7810R Documentation

Read a LI-7810 data file

Description

Read a LI-7810 data file

Usage

ffi_read_LI7810(file)

Arguments

file

Filename to read, character

Details

Currently LI-7810 and LI-7820 files are handled identically.

Value

A data.frame with the parsed data.

Examples

f <- system.file("extdata/TG10-01087.data", package = "fluxfinder")
dat <- ffi_read_LI7810(f)

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