Shiny
An example R Shiny application
shiny
railwayapp-templates/shiny
Just deployed
R Shiny is a web framework for creating interactive web applications and dashboards in R programming language. With Shiny, you can build web applications using only R code, without needing to know HTML, CSS, or JavaScript.
Shiny is built on top of the popular R statistical computing language, so it is easy to integrate your R code and data analysis into your web application. The framework allows you to create reactive web applications, where changes to the user interface (such as a drop-down menu selection) automatically trigger updates to the application's output (kinda sorta like a Python Notebook)
This template gives you boilerplate to go and deploy an R Shiny application. Data science away!
Template Content