View source: R/bwb_rain_data_high.R
getAggregatedBwbRainDataFromExcelFiles | R Documentation |
read BWB rain data from multiple XLS files with possible aggregation. Timestamps given in Local Time are converted to UTC+1 (= always winter time)
getAggregatedBwbRainDataFromExcelFiles(
rain.xls.files,
tableName,
aggregation.interval = NA,
columnNames = NULL,
use2007Driver = FALSE,
dbg = FALSE
)
rain.xls.files |
vector of full paths to xls files |
tableName |
name of sheet in Excel file(s) containing the rain data |
aggregation.interval |
aggregation interval in seconds. Default: NA (= no aggregation) |
columnNames |
optional. Vector of names of columns (after renaming with
|
use2007Driver |
if TRUE, 2007 driver is used even if extension of xls is "xls" |
dbg |
if |
data frame with time column DateTime, indicating the begin of the 5-minutes interval to which the rain height corresponds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.