This package installs all of the packages you need for Lisa DeBruine’s course on Building Web Apps with R Shiny. It also gives you local access to the book and example Shiny apps.
You can install shinyintro with:
# you may have to install devtools first with
# install.packages("devtools")
devtools::install_github("debruine/shinyintro")
Open a local copy of the book:
shinyintro::book()
Open a built-in shiny app.
shinyintro::app("template")