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
)
Source
Eurostat folder Air emissions accounts by NACE Rev. 2 activity
Arguments
- airpol
The code of the air pollutant. Defaults
GHG
.ACG
,CH4
,CH4_CO2E
,CH4_NMVOCE
,CO
,CO2
,CO2_BIO
,CO_NMVOCE
,GHG
,HFC_CO2E
,N2O
,N2O_CO2E
,NF3_SF6_CO2E
,NH3
,NH3_SO2E
,NMVOC
,NOX
,NOX_NMVOCE
,NOX_SO2E
,O3PR
,PFC_CO2E
,PM10
,PM2_5
,SOX_SO2E
.- geo
The country code. The special value
'germany_1995'
will return the replication datasetgermany_airpol
.- year
The year. The average employment will be created for the given year, starting with
2008
, when the NACE Rev 2 was introduced in employment statistics.- unit
Defaults to
"THS_T"
(thousand tons.)- data_directory
Defaults to
NULL
, if a valid directory, it will try to save the pre-processed data file here with labelling.- force_download
Defaults to
TRUE
. IfFALSE
it will use the existing downloaded file in thedata_directory
or the temporary directory, if it exists.
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
.
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")
#> # A tibble: 1 × 9
#> indicator agriculture_group industry_group construction trade_group
#> <chr> <int> <int> <int> <int>
#> 1 CO2_emission 10448 558327 11194 71269
#> # ℹ 4 more variables: business_services_group <int>,
#> # other_services_group <int>, final_consumption_households <int>,
#> # output_bp <int>