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).
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.
POSIXct
dates for easy
integration into plotting and time-series analysis techniquesggplot2
and dplyr
grep
-style searching for data descriptions
and namesThe developer of this package drew extensive inspiration from the eurostat R
package and its related documentation:
- Retrieval
and Analysis of Eurostat Open Data with the eurostat Package - Leo Lahti, Przemyslaw Biecek, Markus Kainu and Janne Huovari. R Journal 9(1),
385-392, 2017.
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
Contributions are very welcome:
Use issue tracker for feedback and bug reports.
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