Skip to content

inSilecoInc/cws-shiny-workshop

Repository files navigation

Building Shiny Apps

deploy workshop

Workshop outline

The presentation starts here, for the different parts use the links below:

Installation

If you are interested, you can re-build the slides, to do so, you need to

  1. clone this repository,
  2. open R (or RStudio),
  3. set the working repository to the newly cloned repository,
  4. use the following code
install.packages("remotes")
remotes::install_deps()
rmarkdown::render("cws_shiny_workshop.Rmd", "all")