Learn R Programming

RKorAPClient (version 1.1.0)

fetchRest,KorAPQuery-method: Fetches the remaining results of a KorAP query.

Description

Fetches the remaining results of a KorAP query.

Usage

# S4 method for KorAPQuery
fetchRest(kqo, verbose = kqo@korapConnection@verbose, ...)

Value

The updated kqo object with remaining results in @collectedMatches

Arguments

kqo

object obtained from corpusQuery()

verbose

print progress information if true

...

further arguments passed to fetchNext()

Examples

Run this code
if (FALSE) {

q <- KorAPConnection() |>
  corpusQuery("Ameisenplage") |>
  fetchRest()
q@collectedMatches
}

Run the code above in your browser using DataLab