https://github.com/bios2/shiny_volcano_golem
https://github.com/bios2/shiny_volcano_golem
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bios2/shiny_volcano_golem
- Owner: bios2
- Created: 2021-06-23T09:30:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T13:50:47.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T16:08:20.652Z (6 months ago)
- Language: R
- Size: 146 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - bios2/shiny_volcano_golem - (R)
README
# `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](https://thinkr-open.github.io/golem/)
## 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:
```r
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
``` r
remotes::install_github("bios2/shiny_volcano_golem")
```