alisonswu / shiny-Tycho

A shiny app to explore public health data from Project Tycho at all 3 levels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Tycho Data Explorer

Shiny_Tycho is a Shiny app for visualizing large public health data from levels L1, L2, L3 of Project Tycho. The app utilizes Shiny and Plotly to create different types of interactive plots for exploring spatial and temporal trends in the data. I also created another app for exploring the data at L1 and L2 level at fine granularity.  

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

Screenshots

Here are some example screenshots from the app.

About

A shiny app to explore public health data from Project Tycho at all 3 levels.


Languages

Language:R 100.0%