This repo contains an R library and an R Shiny app. Both of which can be used to look at Premier League game stats.
The match data is sourced from football-data.co.uk.
The library can be install in R using the devtools
library.
install.packages("devtools") devtools::install_github("aboland/footballR")
The Shiny app takes the match data and visually displays statistics. The application is hosted at pl.aboland.ie.
Alternatively the app can be run locally using the above R library.
footballR::run_ShinyApp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.