join_bp_irena | R Documentation |
Join bp and irena database for wind and pv capacities and generation
join_bp_irena(bp_db, irena_db)
bp_db |
A bp database |
irena_db |
An irena database |
A join of the bp and irena database of wind and pv capacities and generation
download_clean_save_irena() download_clean_save_bp() irena_db<-load_db(get_irena_db_files()[1]) bp_db<-load_db(get_bp_db_files()[1]) join_bp_irena<-join_bp_irena(bp_db, irena_db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.