readLogger_VEGA_BAR54: Read Logger File from VEGA BAR54

View source: R/logger_VEGABAR.R

readLogger_VEGA_BAR54R Documentation

Read Logger File from VEGA BAR54

Description

Read Logger File from VEGA BAR54

Usage

readLogger_VEGA_BAR54(
  filename,
  date_yyyymmdd = "",
  sep = "\t",
  dec = ",",
  timeformat = .defaultTimeFormat("v2"),
  headerPattern = "Uhrzeit\tDruck"
)

Arguments

filename

full path to inoput file

date_yyyymmdd

day of measurements as text in format "yyyymmdd", e.g. "20140423" for April 23 of 2014

sep

column separator

dec

decimal character

timeformat

time format string

headerPattern

pattern matching the table header row

References

http://www.vega.com/downloads/PI/EN/37528-EN.PDF

See Also

readLogger_VEGA_BAR54_raw

Examples

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

# read the file
x <- readLogger_VEGA_BAR54(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.