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.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.