Learn R Programming

finto (version 0.1.1)

get_modified_concepts: Get modified concepts in a specific vocabulary from the Finto Skosmos API

Description

Get modified concepts in a specific vocabulary from the Finto Skosmos API

Usage

get_modified_concepts(vocid, lang = NULL, offset = NULL, limit = NULL)

Value

A tibble containing the modified concepts with URI, label, and modification date.

Arguments

vocid

The vocabulary ID, e.g., "yso".

lang

The language of labels, e.g., "en" or "fi". Optional.

offset

Offset for the starting index of the results. Optional.

limit

Maximum number of concepts to return. Optional.

Examples

Run this code
result <- get_modified_concepts(vocid = "yso", lang = "fi", limit = 10)
print(result)

Run the code above in your browser using DataLab