Learn R Programming

finto (version 0.1.1)

get_types: Get information about the types (classes) of objects in all vocabularies from the Finto Skosmos API

Description

Get information about the types (classes) of objects in all vocabularies from the Finto Skosmos API

Usage

get_types(lang = NULL)

Value

A tibble containing the URI, label, and superclass for each type.

Arguments

lang

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

Examples

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

Run the code above in your browser using DataLab