blob: a9d4f03558c625b18b9d4b8dc392f4c6a76180ab [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}}}
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{
18Fetches all remaining results of a KorAP query.
19}
20\examples{
Marc Kupietz25aebc32019-09-16 18:40:50 +020021q <- KorAPFetchRest(KorAPFetchNext(KorAPQuery(KorAPConnection(), "Ameisenplage")))
Marc Kupietz62da2b52019-09-12 17:43:34 +020022q$collectedMatches
23
24}
25\references{
26\url{https://ids-pub.bsz-bw.de/frontdoor/index/index/docId/9026}
27}
28\seealso{
29\code{\link{KorAPFetchAll}}, \code{\link{KorAPFetchNext}}
30}