get_top_down_trends {kayadata} | R 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 |
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
Examples
get_top_down_trends("Spain")
get_top_down_trends(region_code = "RUS")
[Package kayadata version 1.4.0 Index]