Skip to content

Template package for Reactive data app using R, plumber, and react

License

Notifications You must be signed in to change notification settings

gravesee/reactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactor

Template package for Reactive data app using R, plumber, and react

Installation instructions

This package requires npm to install dependencies.

  1. $ cd reactapp
  2. $ npm install
  3. $ npm run start

To build the application:

  • $ npm run build

To test the application can be launched from R, run launchAppDev().

Or, from the command line at the toplevel of Reactor, run: R -e "library(reactor); launchAppDev()"

This will copy the index.html and bundled javascript to the inst/api folder.

The annotated plumber functions from functions.R will be copied to inst/api.

About

Template package for Reactive data app using R, plumber, and react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published