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 | } |
| 10 | \description{ |
| 11 | Fetches the remaining results of a KorAP query. |
| 12 | } |
| 13 | \examples{ |
| 14 | \dontrun{ |
| 15 | |
| 16 | q <- KorAPConnection() \%>\% |
| 17 | corpusQuery("Ameisenplage") \%>\% |
| 18 | fetchRest() |
| 19 | q@collectedMatches |
| 20 | } |
| 21 | |
| 22 | } |