The goal of volcanogolem is to show you how to write a Shiny application using the wonderful golem
Framework
If you are using this for study either during or after the BIOS2 module about this, you can download and unzip the whole project from R using:
usethis::use_course("bios2/shiny_volcano_golem")
You can also clone the repository.
NOTE that installing the package will not let you view the code. For that either download and unzip, or clone using github You can install the released version of volcanogolem github with
remotes::install_github("bios2/shiny_volcano_golem")