View source: R/get_collection.R
get_collection | R Documentation |
Download a predefined collection of time series.
get_collection(collection_name, api_key = NULL, show_progress = FALSE)
collection_name |
The name of the collection you wish to download. For a list of available collections, go to ["list_available_collections"] |
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 collection to true, shows a progress bar of the data being downloaded. |
get_collection("ds_kmi_mixed_freq",show_progress = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.