Read Logger File from FLUKE_1730
Examples
if (FALSE) {
# set path to example file (contained in this package)
file <- extdataFile("FLUKE/example_FLUKE_1730_1.txt")
# read the file
x <- readLogger_FLUKE_1730(file)
# examine the list structure of the result
str(x)
}