Read an HDX vocabulary from its name or id

pull_vocabulary(identifier = NULL, configuration = NULL)

Arguments

identifier

character the name or id of the vocabulary

configuration

Configuration

Value

The Vocabulary object

Examples

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