Read Flow Data from File

read_flows(file, columns = c("DateTime", "Flow"), switches = TRUE,
  fileEncoding = "Windows-1252", dbg = TRUE)

Arguments

file

path to text file containing flow data

columns

names of columns to be selected. Default: c("DateTime", "Flow"). Set to NULL to get all columns

switches

passed to textToEuropeBerlinPosix

fileEncoding

encoding used in file. Default: "Windows-1252"

dbg

if TRUE (default) debug messages are shown