Git Product home page Git Product logo

ifo's Introduction

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,392 × 5
#>   yearmonth  uncertainty indicator   series  value
#>   <date>           <dbl> <chr>       <chr>   <dbl>
#> 1 2005-01-01          NA climate     index    92.2
#> 2 2005-01-01          NA situation   index    87.4
#> 3 2005-01-01          NA expectation index    97.2
#> 4 2005-01-01          NA climate     balance   1.5
#> 5 2005-01-01          NA situation   balance  -0.8
#> # ℹ 1,387 more rows

ifo's People

Contributors

m-muecke avatar dependabot[bot] avatar pre-commit-ci[bot] avatar

Stargazers

EconMaett avatar

Watchers

 avatar EconMaett avatar

ifo's Issues

Windows download issue

There seems to be a bug under windows perhaps related to reading excel file from the temporary file.

Climate data in long format

Contemplate of transforming climate output to long format for easier plotting, perhaps not scope of the package

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.