Get general information about a specific vocabulary from the Finto Skosmos API
Source:R/get_vocabulary_info.R
get_vocabulary_info.Rd
Get general information about a specific vocabulary from the Finto Skosmos API
Examples
result <- get_vocabulary_info(vocid = "yso", lang = "fi")
#> Requesting URL: https://api.finto.fi/rest/v1/yso/?lang=fi
print(result)
#> # A tibble: 3 × 10
#> vocab_uri vocab_id vocab_title vocab_marcSource vocab_defaultLanguage
#> <chr> <chr> <chr> <chr> <chr>
#> 1 "" yso YSO - Yleinen suoma… yso/fin fi
#> 2 "" yso YSO - Yleinen suoma… yso/fin fi
#> 3 "" yso YSO - Yleinen suoma… yso/fin fi
#> # ℹ 5 more variables: vocab_languages <chr>, label <chr>, title <chr>,
#> # uri <chr>, type <chr>