Learn R Programming

fluxfinder (version 1.1.0)

ffi_read_LI7820: Read a LI-7820 data file

Description

Read a LI-7820 data file

Usage

ffi_read_LI7820(file)

Value

A data.frame with the parsed data.

Arguments

file

Filename to read, character

Details

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

Examples

Run this code
f <- system.file("extdata/TG20-01182.data", package = "fluxfinder")
dat <- ffi_read_LI7820(f)

Run the code above in your browser using DataLab