Learn R Programming

dataset (version 0.4.1)

gdp: 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

Arguments

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.

Examples

Run this code
head(gdp)

Run the code above in your browser using DataLab