Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.03 KB

shinyDataFilter

data-agnostic, shiny-idiomatic filter module

shinyDataFilter

Built on top of Joe Cheng’s excellent R/Pharma 2018 shiny demo and experimenting with pushing his concept of hyper-modular shiny components as far as we could. In addition to what Joe showed off at the time, this shiny module comes with drag-and-drop reordering and overlayed visualizations of each filter variable’s data qualities.

Getting started

Installation

# install.packages("devtools")
devtools::install_github("dgkf/shinyDataFilter")

Example App

Then, run this sample app to build filters with shinyDataFilter:

library(shiny)
shinyAppFile(system.file("examples", "basic_app", "app.R", package = "shinyDataFilter"))