blob: acefd2b795de1f4f94db5cf3a8b3ff6c7d2a12ea [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{KorAPFetchRest}
4\alias{KorAPFetchRest}
5\title{Fetches all remaining results of a KorAP query.}
6\usage{
7KorAPFetchRest(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{
16Fetches all remaining results of a KorAP query.
17}
18\examples{
19q <- KorAPFetchRest(KorAPQueryNext(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{KorAPFetchAll}}, \code{\link{KorAPFetchNext}}
28}