project_top_down | R Documentation |
Get top-down projections of Kaya variables for one or more countries or regions for a given year
project_top_down(region_name, year, quiet = FALSE, region_code = NULL)
region_name |
The name of a country or region to look up |
year |
The year to project to |
quiet |
Suppress warnings if there is no data for that country or region. |
region_code |
Optional three-letter country or region code to look up
instead of the |
a tibble of values for P, G, E, F, g, e, f, and ef for each country or region:
The name of the country or region
The year
Population, in billions
Gross domestic product, in trillions of constant 2015 U.S. dollars.
Total primary energy consumption, in quads
CO2 emissions from fossil fuel consumption, in millions of metric tons
Per-capita GDP, in thousands of constant 2015 U.S. dollars per person.
Energy intensity of the economy, in quads per trillion dollars.
Emissions intensity of the energy supply, in million metric tons per quad.
Emissions intensity of the economy, in metric tons per million dollars of GDP.
regions
project_top_down("China", 2037)
project_top_down(region_code = "CHE", year = 2043)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.