read_vscapture_rt: Load csv files with realtime data created by VSCapture...

View source: R/read_vscapture.R

read_vscapture_rtR Documentation

Load csv files with realtime data created by VSCapture DrgVent

Description

Load csv files with realtime data created by VSCapture DrgVent

Usage

read_vscapture_rt(
  path,
  tz = "CET",
  return_raw = FALSE,
  start = NULL,
  end = NULL,
  show_diagnostics = TRUE
)

Arguments

path

Path to VSCapture csv folder

tz

time zone

return_raw

return original flow and pressure tables and new corrected times as separate entries in a list.

start, end

start and end time for import

show_diagnostics

show plot of expected vs recorded times (recorded times are wrong, but should be correct on average).


JohannesNE/waveformtools documentation built on July 1, 2022, 8:48 p.m.