Learn R Programming

RKorAPClient (version 1.2.1)

fetchAnnotations: Fetch annotations (generic)

Description

S4 generic for fetching token annotations for collected matches. See specific methods, e.g. fetchAnnotations,KorAPQuery-method.

Usage

fetchAnnotations(kqo, foundry = "tt", overwrite = FALSE,
  verbose = kqo@korapConnection@verbose)

Arguments

kqo

An object on which an annotation fetching method is defined.

foundry

Annotation foundry identifier.

overwrite

Logical flag controlling whether to overwrite existing annotations.

verbose

Logical flag for progress output.

See Also

fetchAnnotations,KorAPQuery-method