Learn R Programming

finto (version 0.1.1)

get_new_concepts: Get new concepts in a specific vocabulary from the Finto Skosmos API

Description

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

Usage

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

Value

A tibble containing the new concepts with URI, label, and creation 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_new_concepts(vocid = "yso", lang = "fi", limit = 10)
print(result)

Run the code above in your browser using DataLab