get_collection: Download Pre-Defined collection

View source: R/get_collection.R

get_collectionR 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)

kofdata documentation built on April 29, 2022, 9:06 a.m.