Learn R Programming

finto (version 0.1.1)

get_group_members: Get members of a specific concept group from the Finto Skosmos API

Description

Get members of a specific concept group from the Finto Skosmos API

Usage

get_group_members(vocid, uri, lang = NULL)

Value

A tibble containing members associated with the specified concept group.

Arguments

vocid

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

uri

The URI of the concept group whose members to retrieve.

lang

The language code for the labels, e.g., "fi" or "en". Optional.

Examples

Run this code
group_members_data <- get_group_members(vocid = "yso",
uri = "http://www.yso.fi/onto/yso/p26580", lang = "fi")
print(head(group_members_data))

Run the code above in your browser using DataLab