Skip to content
/ ifo Public

R package for fetching data published by the ifo institute

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

m-muecke/ifo

Repository files navigation

ifo

Lifecycle: experimental R-CMD-check CRAN status

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 released version of ifo from CRAN with:

install.packages("ifo")

And the development version from GitHub with:

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

Usage

library(ifo)

climate <- ifo_business()
head(climate)
#>    yearmonth uncertainty economic_expansion indicator series value
#> 1 2005-01-01          NA               83.1   climate  index  92.2
#> 2 2005-02-01          NA               50.4   climate  index  91.9
#> 3 2005-03-01          NA                4.9   climate  index  90.1
#> 4 2005-04-01          NA               18.7   climate  index  89.9
#> 5 2005-05-01          NA               11.7   climate  index  89.3
#> 6 2005-06-01          NA               32.1   climate  index  89.4

About

R package for fetching data published by the ifo institute

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •