rgho
is an R
package to access WHO GHO data from
R
via the OData API an API providing a simple query
interface to the World Health Organization’s data and statistics
content.
You can install:
install.packages("rgho")
::install_github("aphp/rgho") devtools
get_gho_dimensions()
and
get_gho_values()
.get_gho_data()
.vignette("a-intro", "rgho")
.vignette("b-dimensions", "rgho")
.GHO
dimension in
vignette("c-values-gho", "rgho")
.COUNTRY
dimension in
vignette("d-country", "rgho")
.vignette("e-details", "rgho")
.Kevin Zarca