readLogger_FLUKE_1730: Read Logger File from FLUKE_1730

View source: R/logger_others.R

readLogger_FLUKE_1730R Documentation

Read Logger File from FLUKE_1730

Description

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

References

http://assets.fluke.com/manuals/1730____umeng0000.pdf

Examples

## Not run: 
# 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)  

## End(Not run)

KWB-R/kwb.logger documentation built on June 18, 2022, 1:49 a.m.