Gets locations name from the datasets

get_locations_names(dataset)

Arguments

dataset

Dataset

Value

Character locations of the dataset

Examples

if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() res <- search_dataset(rows = 3L) get_location_names(res[[1]]) }