blob: 21b7036ead2119b461c93f3a162be43a6648cbc7 [file] [log] [blame]
Marc Kupietz62da2b52019-09-12 17:43:34 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/KorAPQuery.R
3\name{KorAPFetchAll}
4\alias{KorAPFetchAll}
5\title{Fetch all results of a KorAP query.}
6\usage{
7KorAPFetchAll(queryObject, verbose = FALSE)
8}
9\arguments{
10\item{queryObject}{object obtained from \code{\link{KorAPQuery}}}
Marc Kupietz25aebc32019-09-16 18:40:50 +020011
12\item{verbose}{print progress information if true}
Marc Kupietz62da2b52019-09-12 17:43:34 +020013}
14\value{
15The \code{queryObject} input parameter with updated fields \code{$collectedMatches}, \code{$matches} (latest bunch only), \code{$nextStartIndex}, \code{$hasMoreMatches}
16}
17\description{
18Fetch all results of a KorAP query.
19}
20\examples{
21q <- KorAPFetchAll(KorAPQuery(KorAPConnection(), "Ameisenplage"))
22q$collectedMatches
23
24}
25\references{
26\url{https://ids-pub.bsz-bw.de/frontdoor/index/index/docId/9026}
27}
28\seealso{
29\code{\link{KorAPFetchRest}}, \code{\link{KorAPFetchNext}}
30}