herbps10/Reactor: Interactive, Reactive Notebooks for R

Reactor notebooks are web-based documents that combine R code, plots, interactive widgets, and markdown. A notebook is made up of cells containing R code. If a cell is updated, all of the cells that depend on its value are automatically rerun. The notebooks are non-linear: it automatically figures out the order in which the cells need to be run, like a spreadsheet. For example, a cell could define an R variable as the output of an HTML slider, and another cell could make a plot based on that value. When the user moves the slider, the plot automatically redraws itself based on the new value. ReactiveNotebooks are useful for creating interactive explorations and visualisations of complex subjects.

Getting started

Package details

Maintainer
LicenseApache License 2.0 | file LICENSE
Version0.0.0.9000
URL http://herbsusmann.com/Reactor https://github.com/herbps10/Reactor
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("herbps10/Reactor")
herbps10/Reactor documentation built on May 14, 2021, 8:04 p.m.