README.md

radshiny

Simple R package to create multi-page shiny apps

I've simply copied the most important infrastructure from Vincent Nijs' Radiant package for business analytics and wrapped it in an R package. This allows the quick creation of the infrastructure for multi-page shiny apps. The navigation recursion should allow may levels of nested navigation, but I've only done it up to two.

Not revolutionary, but it should save a bit of time.

Usage:

devtools::install_github('benjh33/radshiny')

nav <- list('page1', 'page2', page3 = list('sub1', 'sub2'))
radshiny::createRadShiny('yourAppName', dir = getwd() , nav = nav)
shiny::runApp('yourAppName')

Here's an example: nba-2014

What else would be good here? Lemme know.



benjh33/radshiny documentation built on May 12, 2019, 11:56 a.m.