CFBStats is a web application made using R Shiny with data from collegefootballdata.com
The default landing page named "Stats" is a fun interactive table to view the stats of players/teams in a given year for the specific statistical category that you choose.
Create a histogram for the specified statistic and conference
Predict what round and overall pick a player will be drafted in
Simply go to jfig00.shinyapps.io/CFBStats/ and enjoy!
- Go to posit.co
- Follow the steps to install R and Rstudio if not already installed
- Open Rstudio and locate the console
- Type the following code into the console and hit ENTER
install.packages("shiny")
library(shiny)
runGitHub("CFBStats","JFig00")