X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6fe8e52020d421797306e5c6536afbcee761510a..945eba28be38c66484deb5656472fad502087ee7:/sdk/R/man/listAll.Rd diff --git a/sdk/R/man/listAll.Rd b/sdk/R/man/listAll.Rd index 2084b476fd..b9a5c5d174 100644 --- a/sdk/R/man/listAll.Rd +++ b/sdk/R/man/listAll.Rd @@ -1,22 +1,22 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/util.R -\name{listAll} -\alias{listAll} -\title{listAll} -\usage{ -listAll(fn, ...) -} -\arguments{ -\item{fn}{Arvados method used to retrieve items from REST service.} - -\item{...}{Optional arguments which will be pased to fn .} -} -\description{ -List all resources even if the number of items is greater than maximum API limit. -} -\examples{ -\dontrun{ -arv <- Arvados$new("your Arvados token", "example.arvadosapi.com") -cl <- listAll(arv$collections.list, filters = list(list("name", "like", "test\%")) -} -} +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/util.R +\name{listAll} +\alias{listAll} +\title{listAll} +\usage{ +listAll(fn, ...) +} +\arguments{ +\item{fn}{Arvados method used to retrieve items from REST service.} + +\item{...}{Optional arguments which will be pased to fn .} +} +\description{ +List all resources even if the number of items is greater than maximum API limit. +} +\examples{ +\dontrun{ +arv <- Arvados$new("your Arvados token", "example.arvadosapi.com") +cl <- listAll(arv$collections.list, filters = list(list("name", "like", "test\%")) +} +}