get_top_down_trends: Get top-down trends for Kaya variables for one or more...

View source: R/kaya.R

get_top_down_trendsR Documentation

Get top-down trends for Kaya variables for one or more countries or regions, using projections from U.S. Energy Information Administration's International Energy Outlook report.

Description

Get top-down trends for Kaya variables for one or more countries or regions, using projections from U.S. Energy Information Administration's International Energy Outlook report.

Usage

get_top_down_trends(region_name, quiet = FALSE, region_code = NULL)

Arguments

region_name

The name of one or more countries or regions to look up

quiet

Suppress warnings if there is no data for the specified countries or regions.

region_code

Optional three-letter country or region codes to look up instead of the region_name

Value

a tibble of trends for P, G, E, F, g, e, f, and ef for each country or region in percent per year.

See Also

regions

Examples

get_top_down_trends("Spain")
get_top_down_trends(region_code = "RUS")

kayadata documentation built on July 26, 2023, 5:53 p.m.