Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 789 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 789 Bytes

volcanogolem : a simple demo of golem with volcanoes

The goal of volcanogolem is to show you how to write a Shiny application using the wonderful golem Framework

Downloading

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.

Installation

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