get_database_info | R Documentation |
Uses metadata link to download information about available series and dates for a given database id.
get_database_info(db_in, api_key)
db_in |
Database id (e.g. "RATEINF") |
api_key |
YOUR api key |
A dataframe
db_in <- 'RATEINF' api_key <- 'YOUR_API_HERE' ## Not run: df_db <- get_database_info(db_in, api_key) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.