Generic method to download and concatenate all pages of data Keeps downloading all scalar or raw data pages until finished Automatically translates sensorCategoryCodes to a string if a list is provided
.getDirectAllPages(
self,
filters = list(),
service = "",
method = "",
allPages = FALSE
)Calling object
(named list) Filters that describe the data origin
One of: "scalardata", "rawdata"
One of: "getByDevice", "getByLocation"
When TRUE, if the data requested is too large to fit a single API resquest, keep downloading data pages until we gather all data
A single response in the expected format, with all data pages concatenated