Description Usage Arguments Details Value Author(s)
Gets aggregated values of a specified interval
1 2 |
con |
A tstp_connection object. |
tsid |
The timeseries ID. |
ib |
Specifies the interval width (e.g., 5s, 30min, 1h, 7d, 1mon, 1a, ...) |
aus |
Specifies the way values are consolidated (Sum, Mit, Min, Max, DMax, DMin, Lck) |
from |
Specifies the first date (%Y-%m-%d). |
to |
Specifies the last date (%Y-%m-%d). |
verbose |
logical. Provide additional details? |
debug |
logical. For debugging purposes only. |
A TSID, a time interval with Von=<point in time> and Bis=<point in time>, an interval width with IB=<interval range> (e.g., 5s, 30min, 1h, 7d, 1mon, 1a, ...), an interpretation with Aussage=<interpretation> (e.g. Mit(mean) - see chart 3 in appendix A) and optionally a quality layer with Qual=[0..50] are submitted. A time series with corresponding values (interval values, continuous values or momentary values) is returned for the time interval as binary block (see GET). The selected interval width IB defines the attributes time step factor and time step for the returned series.
A time series as an xts object.
Dominik Leutnant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.