Skip to content

Boehringer-Ingelheim/dv.filter

Repository files navigation

Dynamic Data Filtering Module

Overview

dv.filter provides a Shiny module to filter data frame dynamically. It is common to use dv.filter together with dv.manager for building interactive web applications through a modular framework.

Installation

install.packages("remotes") # if you have not installed "remotes" package
remotes::install_github("Boehringer-Ingelheim/dv.filter")

Acknowledgements

dv.filter draws inspiration from the work of Hadley Wickham, Joe Cheng, and Doug Kelkhoff.