Learn R Programming

kofdata (version 0.2.1)

list_keys_in_collection: List All Keys in a Collection

Description

List the keys of all time series in a collection. To learn more about specific keys, use get_metadata.

Usage

list_keys_in_collection(collectionname, api_key = NULL)

Value

If a single collection name is provided, a vector of time series keys. If multiple collection names are provided, a list of vectors of time series keys.

Arguments

collectionname

The name of the collection

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_keys_in_collection("ds_kmi_mixed_freq")

Run the code above in your browser using DataLab