listAll | R Documentation |
List all resources even if the number of items is greater than maximum API limit.
listAll(fn, ...)
fn |
Arvados method used to retrieve items from REST service. |
... |
Optional arguments which will be pased to fn . |
## Not run: arv <- Arvados$new("your Arvados token", "example.arvadosapi.com") cl <- listAll(arv$collections.list, filters = list(list("name", "like", "test%")) ## End(Not run)