View source: R/bwb_rain_corr_wide.R
read_BWB_rain_correction_wide_gauge | R Documentation |
Read correction data from CSV file(s) in "wide" format with gauges in columns
read_BWB_rain_correction_wide_gauge(
files,
sep = ";",
country = "de",
date.format = c("%d.%m.%Y", "%A %d. %B %Y")[1],
dbg = TRUE
)
files |
paths to rain correction files |
sep |
column separator |
country |
one of "de" (German) or "en" (English) according to the format numeric strings are given in |
date.format |
format used to convert the date string into a date object |
dbg |
logical. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.