View source: R/bwb_rain_data.R
readBwbRainData | R Documentation |
Read BWB Rain Data
readBwbRainData(
file,
tableName = "Niederschlag$",
columnNames = NULL,
toUTC = TRUE,
toNormaltime = FALSE,
dbg = TRUE,
use2007Driver = kwb.db::isExcel2007File(file),
...
)
file |
full path to Excel file |
tableName |
sheet name, default: "[Niederschlag$]" |
columnNames |
optional. Vector of names of columns (after renaming with
|
toUTC |
default: TRUE |
toNormaltime |
if TRUE, a column tBeg_WT is created containing the begin of the time interval in Normal time (winter time, UTC+01). default: FALSE |
dbg |
default: TRUE |
use2007Driver |
if TRUE, 2007 driver is used even if extension of file is ".xls" |
... |
additional parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.