A collection of functions to illustrate the use of Shiny apps in baseball research.
A quick overview of this package can be found at
https://bayesball.github.io/Introduction_to_ShinyBaseball.html
A more detailed description of a collection of Shiny apps for baseball can be found at
https://bayesball.github.io/shinybaseball/
This package depends on the following packages that should be installed first.
shiny, ggplot2, dplyr, stringr, tidyr, lubridate, ggrepel, LearnBayes, Lahman
To install the ShinyBaseball package, use the install_github() function from the remotes package:
library(remotes)
install_github("bayesball/ShinyBaseball")