Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 707 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 707 Bytes

Basic R Shiny GUI

Shiny is an R package that makes it easy to build interactive web apps straight from R. You can host standalone apps on a webpage or embed them in R Markdown documents or build dashboards. You can also extend your Shiny apps with CSS themes, htmlwidgets, and JavaScript actions1.

Two configurations are possible, either using one single app.R file or multiple files ; ui.R and server.R

References

  1. Shiny RStudio
  2. Shiny Cheat-Sheet