powered by
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.
FAO. 2024. Gross domestic product and agriculture value added 2013–2022 – Global and regional trends. FAOSTAT Analytical Briefs, No. 85. Rome. 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")
Run the code above in your browser using DataLab