Learn R Programming

finto (version 0.1.1)

get_label_statistics: Get label statistics by language in a specific vocabulary from the Finto Skosmos API

Description

Get label statistics by language in a specific vocabulary from the Finto Skosmos API

Usage

get_label_statistics(vocid)

Value

A tibble containing the label statistics for each language, with columns for language, literal, property, and label count.

Arguments

vocid

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

Examples

Run this code
result <- get_label_statistics(vocid = "yso")
print(result)

Run the code above in your browser using DataLab