yhu20 / shiny-explorer

Shiny based data explorer with report templates based on field selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CSS 57.9%Language:R 41.1%Language:JavaScript 1.1%