Skip to contents

The goal of ussie is to build a demo package for the “Building Tidy Tools” workshop at rstudio::conf(2022L). It allows you to work with European football league data supplied by the engsoccerdata package (Curley 2016).

Installation

You can install the development version of ussie from GitHub with:

# install.packages("devtools")
devtools::install_github("estherc/ussie")

Example

This is a basic example which shows you how to standardize the league tables from different countries in the engsoccerdata package:

library(ussie)
## Create a standardized tibble with the league stat data from the Spain
spain <- uss_make_matches(engsoccerdata::spain, "Spain")