Learn R Programming

WHO (version 0.2.1)

get_data: Retrieve Data from the World Health Organization

Description

Retrieve Data from the World Health Organization

Usage

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

Run this code
# NOT RUN {
df <- get_data("WHOSIS_000001")
head(df)
# }

Run the code above in your browser using DataLab