Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / sdk / R / man / listAll.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/util.R
3 \name{listAll}
4 \alias{listAll}
5 \title{listAll}
6 \usage{
7 listAll(fn, ...)
8 }
9 \arguments{
10 \item{fn}{Arvados method used to retrieve items from REST service.}
11
12 \item{...}{Optional arguments which will be pased to fn .}
13 }
14 \description{
15 List all resources even if the number of items is greater than maximum API limit.
16 }
17 \examples{
18 \dontrun{
19 arv <- Arvados$new("your Arvados token", "example.arvadosapi.com")
20 cl <- listAll(arv$collections.list, filters = list(list("name", "like", "test\%"))
21 }
22 }