Extract identifiers from web pages

nwd_extract_identifiers(
  language = NULL,
  progress_bar = TRUE,
  sample = NULL,
  temp = FALSE
)

Arguments

language

A character vector of length one corresponding to a language two-letter code. Defaults to NULL. If NULL, processes available language. If more than one, throws error.

sample

Defaults to NULL. If given, it processess only a sample of the available files of the size given with this parameter.

Value

Nothing, used for its side effects.

Examples