rhdx icon indicating copy to clipboard operation
rhdx copied to clipboard

R package to interact with the Humanitarian Data Exchange portal - http://dickoa.gitlab.io/rhdx/

Results 5 rhdx issues
Sort by recently updated
recently updated
newest added

Hi Ahmadou, I'm currently trying to access [Facebook's mobility data](https://data.humdata.org/dataset/movement-range-maps) but am having trouble. ``` dat % pluck(1) %>% # select first result from search get_resource(1) %>% ??? ``` It...

Hi Ahmadou, I see that hdx has monthly updated healthsites data by country. I wonder if this could be an easier way of getting at the healthsites data. I've been...

I want to write some code allowing users to download the admin area COD for any country and admin level. I'm coming up against a few inconsistencies in hdx tags...

remotes::install_gitlab("dickoa/rhxl") ## rhdx dependency remotes::install_gitlab("dickoa/rhdx") ## github mirror also avalailable install.packages("gifski") library(tidyverse) library(sf) library(rhdx) library(gganimate) set_rhdx_config() wca % get_resource(1) %>% read_resource(folder = "/data") ## reading layer: wca_adm0 glimpse(wca) g5_ab %...

- Preliminary support for rhxl added - Better support for HXL e.g automatically reading HXL tagged data @dirkschumacher

enhancement
help wanted