Create a look-up table with labels for EuroVoc concept URIs. Only unique identifiers are returned.
elx_label_eurovoc(uri_eurovoc = "", alt_labels = FALSE, language = "en")
Character vector with valid EuroVoc URIs
If TRUE
, results include comma-separated alternative labels in addition to the preferred label
Language in which to return the labels, in ISO 639 2-char code
A tibble
containing EuroVoc unique concept identifiers and labels.
# \donttest{
elx_label_eurovoc(uri_eurovoc = "http://eurovoc.europa.eu/5760", language = "fr")
#> # A tibble: 1 × 2
#> eurovoc labels
#> <chr> <chr>
#> 1 http://eurovoc.europa.eu/5760 oiseau
# }