View source: R/get_time_series.R
get_time_series | R Documentation |
Download time series data from the KOF web API.
get_time_series(ts_keys, api_key = NULL, show_progress = FALSE)
ts_keys |
A vector of timeseries keys |
api_key |
character Your API key. An API key is needed if accessing non-public timeseries. If downloading public timeseries parameter can be omitted. |
show_progress |
If set to true, shows a progress bar of the data being downloaded. year-month-day, otherwise only year and month. |
get_time_series("kofbarometer")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.