This function modify the results of a hdx_dataset_search function. It will expand the resources section and left join these results onto the original dataframe.

hdx_resource_list(package)

Arguments

package

Results of hdx_dataset_search in dataframe format

Examples

dataset <- hdx_dataset_search() resources <- hdx_resource_list(dataset)