A lite-GUI for R, coded in Shiny as an add-on to a Shiny application, allowing for scripting and reporting while in a reactive session.
Grab reactor from GitHub:
devtools::install_github("klaukh/reactor")
Add the UI module to your Shiny application, selecting one of the provided layouts and providing a namespace that works with your application. Add the UI module as a separate tab, or as part of a tab or page.
reactorUI('faithful', layout = 'vertical')
Add the server module, then run your Shiny application.
reactorModule('faithful')
reactorCore()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.