Football (Soccer) Stats

Build Status AppVeyor build status codecov Lifecycle: experimental

This repo contains an R library and an R Shiny app. Both of which can be used to look at Premier League game stats.

Data Source

The match data is sourced from football-data.co.uk.

R Library

The library can be install in R using the devtools library.

install.packages("devtools")
devtools::install_github("aboland/footballR")

Shiny App

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()


aboland/footballR documentation built on Jan. 26, 2021, 8:54 a.m.