Access WHO Global Health Observatory (< https://www.who.int/data/gho/>) data from R via the Athena web service (< https://apps.who.int/gho/data/node.resources.api>), an application program interface providing a simple query interface to the World Health Organization's data and statistics content.
rgho
is an R
package to access WHO GHO data from R
via the Athena web service, an API providing a simple query interface to the World Health Organization's data and statistics content.
You can install:
install.packages("rgho")
devtools::install_github("pierucci/[email protected]")
get_gho_dimensions()
and get_gho_codes()
.get_gho_data()
.vignette("a-intro", "rgho")
.vignette("b-dimensions", "rgho")
.GHO
dimension in vignette("c-codes-gho", "rgho")
.COUNTRY
dimension in vignette("d-country", "rgho")
.vignette("e-details", "rgho")
.gho
objects.rgho.n
option for printing length.rgho.http_proxy
option.filter_attrs()
=> filter_gho()
.values_attrs()
=> display_attribute_values()
.display_attributes()
.get_gho_data()
no longer memoised.verbose
and retry
can now be set by options()
.COUNTRY
vignette.get_gho()
& build_url()
functions.get_gho()
would not retry a failed request.values_attrs()
.tidyr
update.