.getList {onc.api} | R Documentation |
A generic wrapper for getListByLocation() and getListByDevice()
Description
A generic wrapper for getListByLocation() and getListByDevice()
Usage
.getList(self, filters = list(), by = "location", allPages = FALSE)
Arguments
self |
Calling object |
filters |
(named list) describe the data origin |
by |
One of: "location", "device" |
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) Information on the list of files obtained
[Package onc.api version 2.0.1.0 Index]