knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
options(tibble.print_min = 5, tibble.print_max = 5)

ghost

R-CMD-check

Overview

ghost is an R package designed to provide a simple interface for extracting data from the World Health Organization's Global Health Observatory (GHO) database using the Open Data Protocol API. The package allows for exploration of indicators and dimensions available in the GHO and extract of these into R data frames.

The interface is designed to be as simple as possible, only requiring input of the code of an indicator to extract it. However, it is also compatible with using more complex queries in line with the OData protocol. Details on its implementation available in the OData documentation.

ghost can be installed using remotes::install_github("gpw13/ghost")

Usage




caldwellst/ghost documentation built on Jan. 27, 2022, 1:38 a.m.