get_time_series {kofdata}R Documentation

Get Time Series form KOF Datenservice API

Description

Download time series data from the KOF web API.

Usage

get_time_series(ts_keys, api_key = NULL, show_progress = FALSE)

Arguments

ts_keys

A vector of timeseries keys

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 set to true, shows a progress bar of the data being downloaded. year-month-day, otherwise only year and month.

Examples

get_time_series("kofbarometer")

[Package kofdata version 0.2.1 Index]