blob: 92f7754a389f2376c778f629a6b563c326709209 [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{KorAPFetchNext}
4\alias{KorAPFetchNext}
5\title{Fetch the next bunch of results of a KorAP query.}
6\usage{
7KorAPFetchNext(queryObject, offset = queryObject$nextStartIndex,
8 maxFetch = maxResultsPerPage, verbose = FALSE)
9}
10\arguments{
11\item{queryObject}{object obtained from \code{\link{KorAPQuery}}}
12
13\item{offset}{start offset for query results to fetch}
14
15\item{maxFetch}{maximum number of query results to fetch}
16}
17\value{
18The \code{queryObject} input parameter with updated fields \code{$collectedMatches}, \code{$matches} (latest bunch only), \code{$nextStartIndex}, , \code{$hasMoreMatches}
19}
20\description{
21Fetch the next bunch of results of a KorAP query.
22}
23\examples{
24q <- KorapFetchNext(KorAPQuery(KorAPConnection(), "Ameisenplage"))
25
26}
27\references{
28\url{https://ids-pub.bsz-bw.de/frontdoor/index/index/docId/9026}
29}
30\seealso{
31\code{\link{KorAPFetchRest}}, \code{\link{KorAPFetchAll}}
32}