Learn R Programming

qPRAentry (version 0.1.0)

datatrade_EU: Example Trade Data for the European Union

Description

Simulated trade data for a commodity within the European Union (EU). This dataset illustrates the trade and production flow of a commodity that could serve as a potential pathway for the entry of a pest into EU countries, in yearly time periods. It also includes simulated consumption data for the commodity at NUTS1 level. This dataset serves as a reference for how the data should be structured and as a basis for the examples included in the qPRAentry package to deal with the NUTS code system (Nomenclature of territorial units for statistics).

Usage

datatrade_EU

Arguments

Format

A list of four data frames:

  • extra_import Data on imports from countries outside of the EU. A data frame with 216 rows and 4 columns:

    reporter NUTS0 code of the importing country.
    partner
    ID of the exporting countries, coded as "Extra_Total" for all external countries, and "CNTR_1", "CNTR_2", "CNTR_3" to indicate individual non-EU countries where the pest is present.
    time_period
    Time period of trade, with values 2020 and 2021.
    value Quantity of the commodity imported.
  • intra_trade Data on internal trade within EU member countries. A data frame with 1404 rows and 4 columns:

    reporter NUTS0 code of the importing country.
    partner
    NUTS0 code of the exporting country.
    time_period
    Time period of trade, with values 2020 and 2021.
    value Quantity of the commodity imported.
  • internal_production Data on the internal production of the commodity within the EU. A data frame with 54 rows and 3 columns:

    reporter NUTS0 code of the producing country.
    time_period
    Time period of trade, in years (2020 and 2021).
    value
  • consumption_nuts1 Data on the consumption of the commodity in the EU at NUTS1 level (administrative divisions). A data frame with 92 rows and 2 columns:

    NUTS_ID NUTS1 code of the administrative division.
    value
    Quantity of the commodity consumed.