/eusocialr

Some functions to work with Eurostat data in R

Primary LanguageR

eusocialr

This repository contains a small R package which provides some additional functionality for

  • Loading
  • Filtering
  • Plotting / visualizsing
  • Analyzing time series

data from the Eurostat database, beyond what is already available in the eurostat package.

Usage

Install directly from GitHub:

install.packages("devtools")
devtools::install_github("bwv988/eusocialr")

Shiny app

Here is a simple R Shiny app to demonstrate some of the packages functions:

https://bwv988.shinyapps.io/eusocial-viz/

Also, check out the packages vignette and function documentation for further details.