.getListByLocation {onc.api} | R Documentation |
Get a list of files for a given location code and device category code, and filtered by others optional parameters.
Description
Get a list of files for a given location code and device category code, and filtered by others optional parameters.
Usage
.getListByLocation(self, filters = list(), allPages = FALSE)
Arguments
self |
Calling object |
filters |
(named list) describe the data origin |
allPages |
When TRUE, if the data is too long to fit a single request, multiple pages will be requested until all data is obatined |
Value
(named list) file list obtained
[Package onc.api version 2.0.1.0 Index]