Title: | Client for the Ifo Institute Time Series |
---|---|
Description: | Download ifo business survey data and more time series from ifo institute <https://www.ifo.de/en/ifo-time-series>. |
Authors: | Maximilian Mücke [aut, cre] |
Maintainer: | Maximilian Mücke <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0.9000 |
Built: | 2024-11-12 08:20:10 UTC |
Source: | https://github.com/m-muecke/ifo |
Return ifo business climate data
ifo_business( type = c("germany", "sectors", "eastern", "saxony"), long_format = TRUE )
ifo_business( type = c("germany", "sectors", "eastern", "saxony"), long_format = TRUE )
type |
|
long_format |
|
A data.frame()
containing the monthly ifo business climate time series.
https://www.ifo.de/en/ifo-time-series
The article for a reproducible example.
ifo_business("germany")
ifo_business("germany")
Return ifo climate data
ifo_climate(type = c("import", "export", "world", "euro"))
ifo_climate(type = c("import", "export", "world", "euro"))
type |
|
A data.frame()
containing the monthly ifo climate time series.
Grimme C, Lehmann R, Nöller M (2018). “Das ifo Importklima – ein erster Frühindikator für die Prognose der deutschen Importe.” ifo Schnelldienst, 71(12), 27–32.
Grimme, Christian, Lehmann, Robert, Nöller, Marvin (2021). “Forecasting imports with information from abroad.” Economic Modelling, 98, 109–117.
ifo_climate("import")
ifo_climate("import")
Return ifo expectation data
ifo_expectation(type = c("export", "employment"))
ifo_expectation(type = c("export", "employment"))
type |
|
A data.frame()
containing the monthly ifo expectation time series.
https://www.ifo.de/en/ifo-time-series
ifo_expectation("export")
ifo_expectation("export")