Marc Kupietz | c616098 | 2025-06-24 15:57:51 +0200 | [diff] [blame] | 1 | % 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 | } |
Marc Kupietz | dc880ac | 2025-06-24 20:34:43 +0200 | [diff] [blame^] | 10 | \arguments{ |
| 11 | \item{kqo}{object obtained from \code{\link[=corpusQuery]{corpusQuery()}}} |
| 12 | |
| 13 | \item{verbose}{print progress information if true} |
| 14 | |
| 15 | \item{...}{further arguments passed to \code{\link[=fetchNext]{fetchNext()}}} |
| 16 | } |
| 17 | \value{ |
| 18 | The updated \code{kqo} object with remaining results in \verb{@collectedMatches} |
| 19 | } |
Marc Kupietz | c616098 | 2025-06-24 15:57:51 +0200 | [diff] [blame] | 20 | \description{ |
| 21 | Fetches the remaining results of a KorAP query. |
| 22 | } |
| 23 | \examples{ |
| 24 | \dontrun{ |
| 25 | |
| 26 | q <- KorAPConnection() \%>\% |
| 27 | corpusQuery("Ameisenplage") \%>\% |
| 28 | fetchRest() |
| 29 | q@collectedMatches |
| 30 | } |
| 31 | |
| 32 | } |