ffi_read_LI7810 {fluxfinder} | R Documentation |
Read a LI-7810 data file
ffi_read_LI7810(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/TG10-01087.data", package = "fluxfinder")
dat <- ffi_read_LI7810(f)