powered by
Get modified concepts in a specific vocabulary from the Finto Skosmos API
get_modified_concepts(vocid, lang = NULL, offset = NULL, limit = NULL)
A tibble containing the modified concepts with URI, label, and modification 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_modified_concepts(vocid = "yso", lang = "fi", limit = 10) print(result)
Run the code above in your browser using DataLab