Gets format of all resources from the datasets

get_resources_formats(dataset)

Arguments

dataset

Dataset

Value

Character Format of the resources

Examples

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