get_data: Retrieve Data from the World Health Organization

Description Usage Arguments Value Examples

View source: R/main.R

Description

Retrieve Data from the World Health Organization

Usage

1
get_data(code)

Arguments

code

character The code for the time series to be retrieved

Time-series codes can be retrieved through the get_codes function.

Value

A data frame

Examples

1
2
df <- get_data("WHOSIS_000001")
head(df)

expersso/WHO documentation built on Oct. 22, 2019, 7:39 a.m.