View source: R/harmonised-reading.R
get_sensor_file | R Documentation |
This function gets time series from JSON files that has the name of a selected sensor identifier. If a list of time series is provided, this function only filters the input list considering the sensor identifiers.
get_sensor_file(timeseriesObject, sensorId)
timeseriesObject |
<string> describing the local path with the JSON files or a <list> containing the time series. |
sensorId |
<string> identifying a time series. |
<list> of data.frames with all time series found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.