| gdp | R Documentation |
Summary of global and regional trends in GDP and agriculture value. Data Type: macroeconomic indicators. Category: Economy. Creation Date 2024.
data(gdp)
list of time series.
FAOSTAT Macro Indicators Database
FAO. 2024. Gross domestic product and agriculture value added 2013–2022 – Global and regional trends. FAOSTAT Analytical Briefs, No. 85. Rome. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.4060/cd0763en")}
# Load GDP list and plot one series
data(gdp)
# gdp <- loadfulldata(gdp)
series <- gdp[[1]]
ts.plot(series, ylab = "US$", xlab = "Year", main = "GDP example")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.