Get the organization sharing the data

get_organization_name(dataset)

Arguments

dataset

Dataset

Value

Character The name of the organization sharing the data

Examples

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