join_wb_db | R Documentation |
Full join of worldbank database with either IRENA or BP database
join_wb_db(indicator, db, db_type)
db |
IRENA or BP Database |
db_type |
Indicates if this is Irena or BP Database (Put "Irena" or "BP") |
wb_db |
Worldbank database |
A tibble with full_join of the two databases
download_clean_save_bp() bp_db<-load_db(get_bp_db_files()[1]) join_wb_db("NY.GDP.MKTP.PP.KD", bp_db, "BP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.