/FFL-Dash-2023

A dashboard to display fantasy football league results and visuals (2023 season)

Primary LanguageHTML

Fantasy Football League Dashboard 2023 Reboot


Access the live dashboard here

(Latest Update = Week 14, 12/12/2023)



Background Info

The dashboard requires a 5 column data input, including Team, Week, Points For, Points Against, and a relative path to the team icons. It uses this input to generate a full table with additional columns such as Cumulative Points For, Cumulative Points Against, Position, All Play Win Percentage, last 5 game outcomes (W/L), and last 5 game point outcomes (points for).

Currently, the dashboard generates and displays the following visuals:

  • An overall league table with current standings
  • A week by week position chart
  • A quadrant chart
  • A points boxplot chart
  • A schedule what if analysis table
  • A win/loss margin chart

Repo Contents

The repo consists of:

  • Input data, see above (link)
  • An .Rmd script to generate the dashboard (link)
  • Team icons folder (link)
  • Output folder to store the current .html dashboard output (link)