pull_tag: Read an HDX tag

Description Usage Arguments Value Examples

Description

Read an HDX tag from its name or id

Usage

1
2
3
4
5
6
pull_tag(
  identifier = NULL,
  vocabulary_id = NULL,
  include_datasets = FALSE,
  configuration = NULL
)

Arguments

identifier

character the name or id of the tag

vocabulary_id

character the id or name of the tag vocabulary that the tag is in - if it is not specified it will assume it is a free tag.

include_datasets

logical, include a list of the tag’s datasets.

configuration

a Configuration object

Value

Tag the tag

Examples

1
2
3
4
5
6
7
## Not run: 
# Setting the config to use HDX default server
 set_rhdx_config()
 res <- pull_tag("covid19")
 res

## End(Not run)

dickoa/rhdx documentation built on Oct. 13, 2021, 8:36 p.m.