| gdp | R Documentation |
A compact sample of GDP and main aggregates from Eurostat's annual international cooperation dataset. This data subset contains illustrative records for select countries and time periods.
gdp
A data frame with 10 rows and 5 variables:
geo: Country name (character)
year: Reference year (integer)
gdp: Gross Domestic Product value (numeric)
unit: Unit of measurement, e.g., "Million EUR" (character)
freq: Observation frequency, e.g., "Annual" (character)
This dataset is intended for examples, tests, and demonstration purposes. It reflects simplified GDP data as published by Eurostat. The actual Eurostat dataset includes more countries, breakdowns, and metadata.
Eurostat (2021). GDP and main aggregates - international data cooperation (annual data). \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2908/NAIDA_10_GDP")}
head(gdp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.