Learn R Programming

tsibbledata (version 0.3.0)

global_economy: Global economic indicators

Description

Economic indicators featured by the World Bank from 1960 to 2017.

Arguments

Format

Time series of class tsibble

Details

global_economy is an annual tsibble with six values:

GDP: Gross domestic product (in $USD February 2019).
Growth: Annual percentage growth in GDP.
CPI: Consumer price index (base year 2010).
Imports: Imports of goods and services (% of GDP).
Exports: Exports of goods and services (% of GDP).

Each series is uniquely identified by one key:

Country: The country or region of the series.

Examples

Run this code
# NOT RUN {
library(tsibble)
global_economy
# }

Run the code above in your browser using DataLab