get_collection {kofdata} | R Documentation |
Download Pre-Defined collection
Description
Download a predefined collection of time series.
Usage
get_collection(collection_name, api_key = NULL, show_progress = FALSE)
Arguments
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. |
Examples
get_collection("ds_kmi_mixed_freq",show_progress = TRUE)
[Package kofdata version 0.2.1 Index]