README.md

liveregr

The Irish Central Statistics Office (CSO) is responsible for publishing many socio-economic datasets including the Live Register unemploymentdata. The data describes the persons on the Live Register by Age Group, Sex, Month, Year and Statistic.

This package includes functions to load, filter, analyse and plot the data. There is also a Shiny App is included to make using these functions easier.

Build with R Devtools

Load the R devtools package and run the following commands:

# Build the code
devtools::build()

# Generate the docs
devtools::document()

# Run the tests
devtools::test()

# Install the package
devtools::install()


mstewie/liveregr documentation built on May 9, 2019, 5:54 a.m.