airpol_get {iotables} | R Documentation |
Get air pollutant data
Description
Get air emissions accounts by NACE Rev. 2 activity for environmental impact assessments.
Usage
airpol_get(
airpol = "GHG",
geo = "BE",
year = 2020,
unit = "THS_T",
data_directory = NULL,
force_download = TRUE
)
Arguments
airpol |
The code of the air pollutant. Defaults |
geo |
The country code. The special value |
year |
The year. The average employment will be created for the given
year, starting with |
unit |
Defaults to |
data_directory |
Defaults to |
force_download |
Defaults to |
Details
Currently tested only with product x product tables.
The dataset air emissions accounts by NACE Rev. 2 activity [env_ac_ainah_r2] has five dimensions:
The Air pollutant airpol
variables are collected on the emissions of the following pollutants:
carbon dioxide without emissions from biomass (CO2), carbon dioxide from biomass (Biomass CO2),
nitroux oxide (N2O), methane (CH4), perfluorocarbons (PFCs), Hydrofluorocarbons (HFCs),
sulphur hexafluoride (SF6) including nitrogen trifluoride (NF3), nitrogen oxides (NOx),
Non-methane volatile organic compounds, (NMVOC), carbon monoxide (CO),
Particulate matter smaller than 10 micrometre (PM10), Particulate matter smaller than 2,5 micrometre (PM2,5),
Sulphur dioxide (SO2), Ammonia (NH3).
See Reference Metadata in Single Integrated Metadata Structure (SIMS)
for further details, particularly on the calculation of Global warming potential GHG
,
Acidifying gases ACG
and Tropospheric ozone precursors O3PR
.
Value
A data.frame with auxiliary metadata to conform the symmetric input-output tables.
Source
Eurostat folder Air emissions accounts by NACE Rev. 2 activity
See Also
Other import functions:
employment_get()
,
iotables_download()
,
iotables_metadata_get()
,
iotables_read_tempdir()
Examples
airpol_get(airpol = "CO2", geo="germany_1995", year = 1995, unit = "THS_T")