Read an HDX dataset from its name or id
pull_dataset(identifier, configuration = NULL)
identifier | Character dataset keyword |
---|---|
configuration | a Configuration object |
Dataset the dataset
if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() res <- pull_dataset("mali-3wop") res }