Gets format of all resources from the datasets
get_resources_formats(dataset)
dataset | Dataset |
---|
Character Format of the resources
if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() res <- search_dataset(rows = 3L) get_resources_formats(res[[1]]) }