Get the organization sharing the data
get_organization_name(dataset)
dataset | Dataset |
---|
Character The name of the organization sharing the data
if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() res <- search_dataset(rows = 3L) get_organization_name(res[[1]]) }