Read an HDX dataset from its name or id

pull_dataset(identifier, configuration = NULL)

Arguments

identifier

Character dataset keyword

configuration

a Configuration object

Value

Dataset the dataset

Examples

if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() res <- pull_dataset("mali-3wop") res }