Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.08 KB

Shiny Scorekeeper

Shiny Scorekeeper

Shiny Scorekeeper is a basketball scorekeeper app built with the Shiny web framework for R. The app is a hobby project that I took on as a learning exercise. It is likely only of interest to a small subset of people building Shiny apps.

Installation

  1. Install R
  2. Install RStudio Desktop
  3. Clone or download this repository
  4. Open Shiny-Scorekeeper.Rproj
  5. Run the following code to install required packages (only needs to be done once)
install.packages(c("shiny", "shinydashboard", "shinyWidgets", "shinyjs", "DT", "dplyr", "tidyr"), dependencies = TRUE)
  1. Run the following code to launch the app
shiny::runApp()

Instructions for how to use the app are found here. Background information about the app is found here.

roster stats