README.md

reactor

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.

Installation

Grab reactor from GitHub:

devtools::install_github("klaukh/reactor")

Usage

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')

Try reactor

reactorCore()


klaukh/reactor documentation built on May 8, 2019, 1:13 p.m.