Marc Kupietz | 62da2b5 | 2019-09-12 17:43:34 +0200 | [diff] [blame^] | 1 | % 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{ |
| 7 | KorAPFetchRest(queryObject, verbose = FALSE) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{queryObject}{object obtained from \code{\link{KorAPQuery}}} |
| 11 | } |
| 12 | \value{ |
| 13 | The \code{queryObject} input parameter with updated fields \code{$collectedMatches}, \code{$matches} (latest bunch only), \code{$nextStartIndex}, \code{$hasMoreMatches} |
| 14 | } |
| 15 | \description{ |
| 16 | Fetches all remaining results of a KorAP query. |
| 17 | } |
| 18 | \examples{ |
| 19 | q <- KorAPFetchRest(KorAPQueryNext(KorAPQuery(KorAPConnection(), "Ameisenplage"))) |
| 20 | q$collectedMatches |
| 21 | |
| 22 | } |
| 23 | \references{ |
| 24 | \url{https://ids-pub.bsz-bw.de/frontdoor/index/index/docId/9026} |
| 25 | } |
| 26 | \seealso{ |
| 27 | \code{\link{KorAPFetchAll}}, \code{\link{KorAPFetchNext}} |
| 28 | } |