blob: 9c4adef8363bde395d366325a66b997fae3324d1 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/KorAPQuery.R
\name{fetchRest,KorAPQuery-method}
\alias{fetchRest,KorAPQuery-method}
\alias{fetchRest}
\title{Fetches the remaining results of a KorAP query.}
\usage{
\S4method{fetchRest}{KorAPQuery}(kqo, verbose = kqo@korapConnection@verbose, ...)
}
\description{
Fetches the remaining results of a KorAP query.
}
\examples{
\dontrun{
q <- KorAPConnection() \%>\%
corpusQuery("Ameisenplage") \%>\%
fetchRest()
q@collectedMatches
}
}