Read BWB rain data from CSV file
Usage
readBwbRainFromCsv2(
file,
sep = ";",
country = "de",
date.format = "%d.%m.%Y %H:%M",
dbg = TRUE
)
Arguments
- file
full path to CSV file
- sep
column separator
- country
"en" for English number format, "de" for German number format
- date.format
date format string, passed to
reformatTimestamp
- dbg
if
TRUE
(default), debug messages are shown