Skip to contents

Read Logger File from FLUKE_1730

Usage

readLogger_FLUKE_1730(filepath, sep = ";", dec = ".")

Arguments

filepath

full path to logger file

sep

column separator

dec

decimal character

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)  
}