1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/util.R
10 \item{fn}{Arvados method used to retrieve items from REST service.}
12 \item{...}{Optional arguments which will be pased to fn .}
15 List all resources even if the number of items is greater than maximum API limit.
19 arv <- Arvados$new("your Arvados token", "example.arvadosapi.com")
20 cl <- listAll(arv$collections.list, filters = list(list("name", "like", "test\%"))