An R Shiny dashboard application to track the 2021-22 Kansas men's college basketball season
View curent state of the dashboard here
Stat pulling and chart building done by the ncaahoopR package
Dasboarding done through R Shiny
I'm throwing the R code I used on GitHub as a starting point for anyone who wants to make a dashboard for their team of choice.
You can grab a vector of your team's game_id
s in ncaahoopR
with
get_game_ids("teamName")
Need a hand? Reach out.
Make a dashboard from this? Reach out.