malek2610 / Basic-R-Shiny-GUI

This is a very simple project created using R Shiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a very simple project created using R Shiny


Languages

Language:R 100.0%