View source: R/harmonised-reading.R
get_KPI_timeseries | R Documentation |
This function use the harmonised data to extract a specific KPI time series of a certain building.
get_KPI_timeseries(
buildingsRdf,
timeseriesObject,
buildingSubject,
name,
fromModel,
frequency
)
buildingsRdf |
<rdf> containing all metadata about buildings. It must be harmonised to BIGG Ontology. |
timeseriesObject |
<array> of strings with paths to JSON files containing time series, or <list> of time series. It must be harmonised to BIGG Ontology. |
buildingSubject |
<uri> of the building subject in buildingsRdf. |
name |
<string> defining the indicator name to be retrieved. |
fromModel |
<boolean> defining if the time series should be real (FALSE), or estimated (TRUE) |
frequency |
<string> defining the frequency to be retrieved. It must follow ISO 8601 format representing the time step. Examples: 'P1D' (One day), P1Y' (One year), 'P1M' (One month) |
<data.frame> with columns 'time' and 'value'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.