Learn R Programming

kofdata (version 0.2.1)

list_available_collections: List Available collection Names and Their Description

Description

collections are pre-defined lists of time series. collections are the convenient alternative to concatenating many series in an URL.

Usage

list_available_collections(api_key = NULL)

Value

A data frame with the names, descriptions and public availability of collections. These collections can be downloaded via get_collection.

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.

Examples

Run this code
list_available_collections()

Run the code above in your browser using DataLab