Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.43 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.43 KB

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")