Giter Club home page Giter Club logo

rilostat's Introduction

output
html_document
keep_md
true

Downloads Downloads


ilostat R package

The ILO's main online database, ILOSTAT, maintained by the Department of Statistics, is the world's largest repository of labour market statistics. It covers all countries and regions and a wide range of labour-related topics, including employment, unemployment, wages, working time and labour productivity, to name a few. It includes time series going back as far as 1938; annual, quarterly and monthly labour statistics; country-level, regional and global estimates; and even projections of the main labour market indicators.

ILOSTAT's website provides immediate access to all its data and related metadata through different ways. Basic users can simply view the desired data online or download it in Excel or csv formats. More advanced users can take advantage of ILOSTAT's well-structured bulk download facility (user guide), or the SDMX web service (user guide).

The ilostat R package ('Rilostat') was designed to give data users the ability to access the ILOSTAT database, search for data, rearrange the information as needed, download it in the desired format, and make various data visualizations, all in a programmatic and replicable manner, with the possibility of quickly re-running the queries as required.

Main features of the ilostat R package

  • Provides access to all annual, quarterly, and monthly data available via the ILOSTAT bulk download facility (user guide)
  • Allows to search for and download data and related metadata in English, French and Spanish
  • Gives the ability to return POSIXct dates for easy integration into plotting and time-series analysis techniques
  • Returns data in long format for direct integration with packages like ggplot2 and dplyr
  • Gives immediate access to the most recent updates
  • Allows for grep-style searching for data descriptions and names
  • Provides access to the ILOSTAT catalogue of related descriptive metadata (user guide)

Acknowledgements

The developer of this package drew extensive inspiration from the eurostat R package and its related documentation:

Installation

Download and install R from CRAN, install RStudio's IDE, a powerful user interface for R. Then use command:

install.packages("Rilostat")

To install the development version, use the following command:

if(!require(devtools)){install.packages('devtools')}
install_github("ilostat/Rilostat")

We do not expect to update the ilostat R package too often, but based on questions and remarks from ILOSTAT data users, we will progressively create more examples, tutorials, demos and apps. We will publicly share all of this via Rilostat webpage

Contribute

Contributions are very welcome:

Permission to reproduce ILO publication and data

The reproduction of ILO material is generally authorized for non-commercial purposes and within established limits. However, you may need to submit a formal request in certain circumstances. for more information please consult:

https://www.ilo.org/global/copyright

https://www.ilo.org/global/copyright/request-for-permission

rilostat's People

Contributors

dbescond avatar

Watchers

 avatar  avatar

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.