powered by
Get concept groups for a given vocabulary from the Finto Skosmos API
get_concept_groups(vocid, lang = NULL)
A tibble containing concept groups, with fields for URI, prefLabel, and hasMembers.
The vocabulary ID, e.g., "yso".
The language of labels, e.g., "en" or "fi". Optional.
result <- get_concept_groups(vocid = "yso", lang = "fi") print(result)
Run the code above in your browser using DataLab