alisonswu / shiny-Tycho_L1L2

A shiny app to explore Project Tycho data from L1, L2 level.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A shiny app for exploring Project Tycho data at L1 and L2 level

data credit: Project Tycho

app author: Alison Wu

Usage

You will need RStudio and internet connection to run the app. Click here to install RStudio.

To launch the app, open RStudio and run the following code.

# install shiny package if not found
if(!"shiny" %in% installed.packages()){install.packages("shiny")}

library(shiny)
runGitHub("shiny-Tycho_L1L2","alisonswu")

About

A shiny app to explore Project Tycho data from L1, L2 level.


Languages

Language:R 100.0%