Learn R Programming

finto (version 0.1.1)

get_concept_groups: Get concept groups for a given vocabulary from the Finto Skosmos API

Description

Get concept groups for a given vocabulary from the Finto Skosmos API

Usage

get_concept_groups(vocid, lang = NULL)

Value

A tibble containing concept groups, with fields for URI, prefLabel, and hasMembers.

Arguments

vocid

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

lang

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

Examples

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

Run the code above in your browser using DataLab