This function will return the names of the first 5000 datasets from humanitarian data exchange, as a dataframe.

hdx_dataset_list(limit = 5000)

Arguments

limit

Number of packages to search for. Defaults to 5000

Examples

hdx_dataset_list()
#> # A tibble: 4,904 x 1 #> value #> <chr> #> 1 141121-sierra-leone-health-facilities #> 2 160516-ecuador-earthquake-4w-1st-round #> 3 160523-ocha-4w-round-2 #> 4 160625-hrrp-4w-national #> 5 1999-2013-tally-of-internaly-displaced-persons-resulting-from-natural-disasters #> 6 2011-nepal #> 7 2012-census-tanzania-wards-shapefiles #> 8 2014-2015-food-security-ipc-analysis #> 9 2014-nutrition-smart-survey-results-and-2015-trends #> 10 2015-humanitarian-needs-overview-indicators #> # ... with 4,894 more rows