listAllR Documentation

listAll

Description

List all resources even if the number of items is greater than maximum API limit.

Usage

listAll(fn, ...)

Arguments

fn

Arvados method used to retrieve items from REST service.

...

Optional arguments which will be pased to fn .

Examples

## 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)