Skip to content

Shiny based data explorer with report templates based on field selection

Notifications You must be signed in to change notification settings

yhu20/shiny-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shiny-explorer

Shiny (www.rstudio.com/shiny) based data explorer with report templates based on field selection.

Screenshot

Instructions

From github:

library(shiny)
runGitHub("shiny-explorer","dkilfoyle")

From downloaded source:

shiny:::runApp("../shiny-explorer")

Template Processing

All templates undergo (in order):

  • gsub for mydf, numeric, factor1 etc
  • brew
  • knit2html

Dependencies

  • shiny >= 0.11 (bootstrap3)
  • shinyAce
  • tabplot
  • gmodels
  • vcd

About

Shiny based data explorer with report templates based on field selection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.8%
  • R 41.1%
  • JavaScript 1.1%