Skip to content
/ rgho Public

🌐Access WHO Global Health Observatory Data From R

License

Notifications You must be signed in to change notification settings

aphp/rgho

Repository files navigation

R-CMD-check

rgho - Access WHO Global Health Observatory Data From R

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:

  • the latest released version from CRAN with:
install.packages("rgho")
  • the latest development version from github with:
devtools::install_github("aphp/rgho")

Main features

  • List available dimensions and values with get_gho_dimensions() and get_gho_values().
  • Download data with get_gho_data().

Documentation

  • Introduction in vignette("a-intro", "rgho").
  • List of GHO dimensions in vignette("b-dimensions", "rgho").
  • List of values for the GHO dimension in vignette("c-values-gho", "rgho").
  • List of values for the COUNTRY dimension in vignette("d-country", "rgho").
  • Details about how requests are performed in vignette("e-details", "rgho").

Dev

Kevin Zarca

About

🌐Access WHO Global Health Observatory Data From R

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages