powered by
Get new concepts in a specific vocabulary from the Finto Skosmos API
get_new_concepts(vocid, lang = NULL, offset = NULL, limit = NULL)
A tibble containing the new concepts with URI, label, and creation date.
The vocabulary ID, e.g., "yso".
The language of labels, e.g., "en" or "fi". Optional.
Offset for the starting index of the results. Optional.
Maximum number of concepts to return. Optional.
result <- get_new_concepts(vocid = "yso", lang = "fi", limit = 10) print(result)
Run the code above in your browser using DataLab