blob: 9c4adef8363bde395d366325a66b997fae3324d1 [file] [log] [blame]
Marc Kupietzc6160982025-06-24 15:57:51 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/KorAPQuery.R
3\name{fetchRest,KorAPQuery-method}
4\alias{fetchRest,KorAPQuery-method}
5\alias{fetchRest}
6\title{Fetches the remaining results of a KorAP query.}
7\usage{
8\S4method{fetchRest}{KorAPQuery}(kqo, verbose = kqo@korapConnection@verbose, ...)
9}
10\description{
11Fetches the remaining results of a KorAP query.
12}
13\examples{
14\dontrun{
15
16q <- KorAPConnection() \%>\%
17 corpusQuery("Ameisenplage") \%>\%
18 fetchRest()
19q@collectedMatches
20}
21
22}