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