List available HDX Vocabulary objects

list_vocabularies(identifier = NULL, configuration = NULL)

Arguments

identifier

character identifier

configuration

Configuration

Value

A list of Vocabulary object

Examples

if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() res <- list_vocabularies() res }