The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

ifo

Lifecycle: experimental R-CMD-check

Overview

The goal of ifo is to provide a simple interface to the ifo institute time series data. The package is still in an early stage of development and the API might change in the future. Feel free to open an issue if you have any suggestions.

Installation

You can install the development version of ifo from GitHub with:

# install.packages("pak")
pak::pak("m-muecke/ifo")

Usage

library(ifo)

climate <- ifo_business()
climate
#> # A tibble: 1,398 × 6
#>   yearmonth  uncertainty economic_expansion indicator   series  value
#>   <date>           <dbl>              <dbl> <chr>       <chr>   <dbl>
#> 1 2005-01-01          NA               83.1 climate     index    92.2
#> 2 2005-01-01          NA               83.1 situation   index    87.4
#> 3 2005-01-01          NA               83.1 expectation index    97.2
#> 4 2005-01-01          NA               83.1 climate     balance   1.5
#> 5 2005-01-01          NA               83.1 situation   balance  -0.8
#> # ℹ 1,393 more rows

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.