readYearlyRainHeightsFromOneCsvFile: Read Yearly Rain Heights From One Csv File

View source: R/bwb_rain_data_high.R

readYearlyRainHeightsFromOneCsvFileR Documentation

Read Yearly Rain Heights From One Csv File

Description

reads a CSV file containing daily rain heights as provided by BWB (Mario Grunwald). Example filename: "Niederschlaege_1994__BERICHT.csv". The files are expected to contain a header of three rows (first row: DATUM/station names, second row: variable name ["Regenhoehe" or "Regendauer"], third row: unit ["in mm" or "in mm"])

Usage

readYearlyRainHeightsFromOneCsvFile(csv, sep = ",", dateformat = "%d/%m/%Y")

Arguments

csv

full path to csv file

sep

column separator. default: comma ","

dateformat

date format, default: "%d/%m/%Y"

Value

data frame with columns...


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