gdp: A Small GDP Dataset

gdpR Documentation

A Small GDP Dataset

Description

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.

Usage

gdp

Format

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)

Details

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.

Source

Eurostat (2021). GDP and main aggregates - international data cooperation (annual data). \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2908/NAIDA_10_GDP")}

Examples

head(gdp)

dataset documentation built on Nov. 16, 2025, 5:06 p.m.