join_wb_bp | R Documentation |
Full join of worldbank database with BP database
join_wb_bp(indicator, db)
db |
BP Database |
wb_db |
Worldbank database |
A tibble with full_join of the two databases
download_clean_save_bp() bp_db<-load_latest_db_bp() join_wb_bp("NY.GDP.MKTP.PP.KD", bp_db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.