Skip to contents

read BWB rain data from a CSV file that has been created by saving the corresponding Excel file as CSV

Usage

readBwbRainFromCsv(
  file,
  sep = ";",
  dec = ",",
  format = "%d.%m.%y %H:%M:%S"
)

Arguments

file

path to CSV file

sep

column separator

dec

decimal character

format

date format string, passed to as.POSIXct