Read an HDX vocabulary from its name or id
pull_vocabulary(identifier = NULL, configuration = NULL)
| identifier | character the name or id of the vocabulary |
|---|---|
| configuration | Configuration |
The Vocabulary object
if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() res <- pull_vocabulary("xxxx") res }