hdx_resource_csv: Download and load CSV Resources

Description Usage Arguments Examples

Description

This function modify the results of a hdx_resource_list function. It will download csvs when available, and return them in a nested dataframe.

Usage

1
hdx_resource_csv(resources)

Arguments

resources

Results of hdx_resource_list

Examples

1
2
3
dataset <- hdx_dataset_search()
resources <- hdx_resource_list(dataset)
csv <- hdx_resource_csv(resources)

callumgwtaylor/hdxr documentation built on May 14, 2019, 9:22 p.m.