get_values_of_variable | R Documentation |
Returns values of variables from db
get_values_of_variable(db, country, variable)
db |
Database from which values should be extracted |
country |
Country for which values should be extracted |
variable |
Variable for which values should be extracted |
Vector with values in the database. Issues a warning if the number of rows in this table are 0.
download_clean_save_bp() bp_db<-load_db(get_bp_db_files()[1]) db_get_values_of_variables(bp_db, "Austria", "Oil - Refining capacity")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.