powered by
Fetches the remaining results of a KorAP query.
# S4 method for KorAPQuery fetchRest(kqo, verbose = kqo@korapConnection@verbose, ...)
The updated kqo object with remaining results in @collectedMatches
kqo
@collectedMatches
object obtained from corpusQuery()
corpusQuery()
print progress information if true
further arguments passed to fetchNext()
fetchNext()
if (FALSE) { q <- KorAPConnection() |> corpusQuery("Ameisenplage") |> fetchRest() q@collectedMatches }
Run the code above in your browser using DataLab