Skip to content

Ronlee12355/ShinyTrials

Repository files navigation

ShinyTrials

Shiny is a new package from RStudio that makes it incredibly easy to build interactive web applications with R.

shinydashboard makes it easy to use Shiny to create dashboards.

This repo contains all shiny apps that I practice for bioinformatics field.
If you need more solid shiny demos and showcases, Shiny official website on rstudio or the Shiny on GitHub would be helpful.

All shiny apps can be downloaded and run locally, but the installion of package shiny and shinydashboard is needed. To install shiny and shinydashboard:

# install from the CRAN
install.package('shiny')
install.package('shinydashboard')

## install the dev version from GitHub
devtools::install_github('rstudio/shiny')
devtools::install_github('rstudio/shinydashborad')

Contents List

  1. HTML form table elements in Shiny
  2. Dynamic UI and interactive output with plotly
  3. Download Hander Demo With Update Functions Family
  4. Shiny Dashborad Creation with shinydashboard package
  5. Shiny Dashboard With Brushed Feature and InfoBox
  6. Shiny Models and Input Validation
  7. Shiny Navigation Page
  8. Shiny Layouts Demonstrations
  9. Shiny ReactiveValue and imageOutput

About

Shiny applications with shiny & shinydashboard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published