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)