Skip to content

JFig00/CFBStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFBStats

Description

CFBStats is a web application made using R Shiny with data from collegefootballdata.com

First Module- "Stats"

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.

Second Module- "Visualization"

Create a histogram for the specified statistic and conference

Third Module- "Draft Predictor"

Predict what round and overall pick a player will be drafted in

How to Run

Method 1

Simply go to jfig00.shinyapps.io/CFBStats/ and enjoy!

Method 2

  1. Go to posit.co
  2. Follow the steps to install R and Rstudio if not already installed
  3. Open Rstudio and locate the console
  4. Type the following code into the console and hit ENTER
install.packages("shiny")
library(shiny)
runGitHub("CFBStats","JFig00")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages