blob: 660d9fd8dd34f980901537de9c5d0bc0eb49a0cf [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}}}
11}
12\value{
13The \code{queryObject} input parameter with updated fields \code{$collectedMatches}, \code{$matches} (latest bunch only), \code{$nextStartIndex}, \code{$hasMoreMatches}
14}
15\description{
16Fetch all results of a KorAP query.
17}
18\examples{
19q <- KorAPFetchAll(KorAPQuery(KorAPConnection(), "Ameisenplage"))
20q$collectedMatches
21
22}
23\references{
24\url{https://ids-pub.bsz-bw.de/frontdoor/index/index/docId/9026}
25}
26\seealso{
27\code{\link{KorAPFetchRest}}, \code{\link{KorAPFetchNext}}
28}