list_available_sets {kofdata} | R Documentation |
List Available Set Names and Their Description
Description
This function is deprecated. Use list_available_collections
instead.
Sets are pre-defined lists of time series. Sets are the convenient alternative to concatenating many series in an URL.
Usage
list_available_sets(api_key = NULL)
Arguments
api_key |
character Your API key. An API key is needed if accessing non-public timeseries. If downloading public timeseries parameter can be omitted. |
Value
A data frame with the names, descriptions and public availability of datasets. These sets can be downloaded via get_dataset.
[Package kofdata version 0.2.1 Index]