get_sensor_file: Read time series files and generate a list of them split by...

View source: R/harmonised-reading.R

get_sensor_fileR Documentation

Read time series files and generate a list of them split by sensor identifiers

Description

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.

Usage

get_sensor_file(timeseriesObject, sensorId)

Arguments

timeseriesObject

<string> describing the local path with the JSON files or a <list> containing the time series.

sensorId

<string> identifying a time series.

Value

<list> of data.frames with all time series found.


biggproject/biggr documentation built on Oct. 2, 2024, 11:13 p.m.