Learn R Programming

finto (version 0.1.1)

get_vocabularies: Get available vocabularies from the Finto Skosmos API

Description

Get available vocabularies from the Finto Skosmos API

Usage

get_vocabularies(lang = "fi")

Value

A data frame with the vocabulary details: uri, id, and title

Arguments

lang

Language of labels, e.g., "en" or "fi" (default is "fi")

Examples

Run this code
result <- get_vocabularies(lang = "fi")
print(result)

Run the code above in your browser using DataLab