plot_bp_electricity_generation | R Documentation |
Plot electricity generation per country from BP database
plot_bp_electricity_generation(bp, region)
bp |
tibble with bp database |
region |
Region to plot data |
A plot of the region
download_clean_save_bp() bp_db<-load_db(get_bp_db_files()[1]) plot_bp_electricity_generation(bp_db, "World")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.