knitr::opts_chunk$set(echo = TRUE)
Most R developers are not web developers and learning web development to build "Great Looking" , "Robust", "Production Ready" web applications takes time. The success of Shiny framework developed by RStudio proves this point as shiny isolates the complexity of HTML / Javascript and web development behinds its APIS' and its reactivity framework.
Building Professional Shiny apps that are used by several persona's in production still requires a lot of work. ShinySpring aims to reduce this effort. It does this by
Most Insight Apps follow a pattern. The Pattern is
Shinyspring provides modules and templates to wire the application in an accelerated plug and play manner.
| Diagram |
|---------------|
| |
| |
datasets are configured in config.yml. an example configuration is shown below
All datasets are named and reerenced via the app_master R6 objects. Example methods
datasets are pre-loaded at application start
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.