dot-getSampleTimes: Read Sample Times from Automatic Sampler File

.getSampleTimesR Documentation

Read Sample Times from Automatic Sampler File

Description

Read Sample Times from Automatic Sampler File

Usage

.getSampleTimes(
  filepath,
  blockbegin,
  sep = ";",
  dec = ",",
  captionPattern = "Datum;Uhrzeit",
  warn = TRUE
)

Arguments

filepath

full path to file generated by automatic sample

blockbegin

blockbegin

sep

field separator (default: ";")

dec

decimal separator (default: ",")

captionPattern

pattern matching the caption line. Default: "Datum;Uhrzeit"

warn

should warnings be printed (default: TRUE)


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