get_time_series: Get Time Series form KOF Datenservice API

View source: R/get_time_series.R

get_time_seriesR 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")

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