Skip to contents

Create and store the data for the specified indicator code in a folder called wdi_data.

Usage

get_wdi_data(indicator)

Arguments

indicator

A valid WDI indicator code

Value

An .rds file containing the data set for the specified indicator code.

Examples

if (FALSE) { # \dontrun{
 pm_data <- get_wdi_data(indicator = "EN.ATM.PM25.MC.M3")
 } # }