readLogger_PCE_PA8000: Read Logger File from PCE PA8000

View source: R/logger_others.R

readLogger_PCE_PA8000R Documentation

Read Logger File from PCE PA8000

Description

Read Logger File from PCE PA8000

Usage

readLogger_PCE_PA8000(
  filename,
  sep = "\t",
  dec = ",",
  timeformat = .defaultTimeFormat("v2"),
  headerPattern = "Position\tDate\tTime"
)

Arguments

filename

full path to logger file

sep

column separator

dec

decimal character

timeformat

time format string

headerPattern

pattern matching the table header row

References

http://www.industrial-needs.com/manual/manual-pce-pa8000.pdf

Examples

## Not run: 
# set path to example file (contained in this package)
(file <- extdataFile("PCE/example_PCE_PA8000.txt"))

# read the file
x <- readLogger_PCE_PA8000(file)
  
# examine the structure of the result
str(x)  

## End(Not run)


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