readBwbRainFromCsv: Read BWB Rain Data from CSV File

View source: R/bwb_rain_data.R

readBwbRainFromCsvR Documentation

Read BWB Rain Data from CSV File

Description

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


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