fetchRest,KorAPQuery-method {RKorAPClient} | R Documentation |
Fetches the remaining results of a KorAP query.
Description
Fetches the remaining results of a KorAP query.
Usage
## S4 method for signature 'KorAPQuery'
fetchRest(kqo, verbose = kqo@korapConnection@verbose, ...)
Arguments
kqo |
object obtained from |
verbose |
print progress information if true |
... |
further arguments passed to |
Value
The updated kqo
object with remaining results in @collectedMatches
Examples
## Not run:
q <- KorAPConnection() |>
corpusQuery("Ameisenplage") |>
fetchRest()
q@collectedMatches
## End(Not run)
[Package RKorAPClient version 1.1.0 Index]