View source: R/bwb_rain_data_high.R
readYearlyRainHeightsFromOneCsvFile | R Documentation |
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"])
readYearlyRainHeightsFromOneCsvFile(csv, sep = ",", dateformat = "%d/%m/%Y")
csv |
full path to csv file |
sep |
column separator. default: comma "," |
dateformat |
date format, default: "%d/%m/%Y" |
data frame with columns...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.