get_per_capita_values | R Documentation |
Returns per capita value of either IRENA or BP database
get_per_capita_values(db, db_type)
db |
IRENA or BP Database |
db_type |
Indicates if this is Irena or BP Database (Put "Irena" or "BP") |
A tibble with per capita values of variables in database
download_clean_save_bp() bp_db<-load_db(get_bp_db_files()[1]) get_per_capita_values(bp_db, "BP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.