R/rgho.R

#' rgho: Access WHO Global Health Observatory Data From R
#'
#' Access WHO Global Health Observatory data from R via the
#' OData API, an application program interface
#' providing a simple query interface to the World Health
#' Organization's data and statistics content.
#'
#' @docType package
#' @name rgho
#'
#' @importFrom utils head
#'
#' @importFrom magrittr "%>%"
#'
#' @importFrom dplyr select filter
#'
#' @importFrom tibble as_tibble
#'
#' @importFrom ODataQuery ODataQuery
#'
#' @importFrom rlang quos "!!!" .data quo
#'
NULL

Try the rgho package in your browser

Any scripts or data that you put into this service are public.

rgho documentation built on Aug. 9, 2023, 5:09 p.m.