powered by
fetchNext fetches the next bunch of results of a KorAP query.
fetchNext
# S4 method for KorAPQuery fetchNext( kqo, offset = kqo@nextStartIndex, maxFetch = maxResultsPerPage, verbose = kqo@korapConnection@verbose, randomizePageOrder = FALSE )
The kqo input object with updated slots collectedMatches, apiResponse, nextStartIndex, hasMoreMatches
kqo
collectedMatches
apiResponse
nextStartIndex
hasMoreMatches
object obtained from corpusQuery()
corpusQuery()
start offset for query results to fetch
maximum number of query results to fetch
print progress information if true
fetch result pages in pseudo random order if true. Use set.seed() to set seed for reproducible results.
set.seed()
https://ids-pub.bsz-bw.de/frontdoor/index/index/docId/9026
Other corpus search functions: corpusQuery,KorAPConnection-method, fetchAll,KorAPQuery-method
corpusQuery,KorAPConnection-method
fetchAll,KorAPQuery-method
if (FALSE) { q <- KorAPConnection() |> corpusQuery("Ameisenplage") |> fetchNext() q@collectedMatches }
Run the code above in your browser using DataLab