Gets locations name from the datasets
get_locations_names(dataset)
dataset | Dataset |
---|
Character locations of the dataset
if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() res <- search_dataset(rows = 3L) get_location_names(res[[1]]) }