The goal of advancedShiny is to provide an R Shiny application which can showcase some intermediate & advanced R Shiny techniques to DfE colleagues at Coffee & Coding sessions.
You can install advancedShiny from GitHub with:
# install.packages("devtools")
devtools::install_github("chrisbrownlie/advancedShiny")
The app can be run with the following command:
library(advancedShiny)
run_IAS_app()
See TODO.md for a more detailed plan and structure of what the app will contain or contact Chris Brownlie for more information.