ifo_business {ifo}R Documentation

Return ifo business climate data

Description

Return ifo business climate data

Usage

ifo_business(
  type = c("germany", "sectors", "eastern", "saxony"),
  long_format = TRUE
)

Arguments

type

character(1) Defaults to "germany". One of:

  • "germany": returns the ifo business climate index for Germany.

  • "sectors": returns the ifo business climate index for different sectors.

  • "eastern": returns the ifo business climate index for eastern Germany.

  • "saxony": returns the ifo business climate index for Saxony.

long_format

logical(1) if TRUE return the data in long format. Only applies to type "germany" and "sectors". Default TRUE.

Value

A data.frame() containing the monthly ifo business climate time series.

Source

https://www.ifo.de/en/ifo-time-series

See Also

The article for a reproducible example.

Examples


ifo_business("germany")


[Package ifo version 0.1.0 Index]