View source: R/read_data_functions.R
ffi_read_LI7810 | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.