ffi_read_LI7820 {fluxfinder} | R Documentation |
Read a LI-7820 data file
ffi_read_LI7820(file)
file |
Filename to read, character |
Currently LI-7810 and LI-7820 files are handled identically.
A data.frame
with the parsed data.
f <- system.file("extdata/TG20-01182.data", package = "fluxfinder")
dat <- ffi_read_LI7820(f)