readBwbRainFromCsv2: Read BWB rain data from CSV file

View source: R/bwb_rain_data.R

readBwbRainFromCsv2R Documentation

Read BWB rain data from CSV file

Description

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


KWB-R/kwb.read documentation built on Oct. 2, 2023, 10:40 a.m.