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.
install.packages("remotes") # if you have not installed "remotes" package
remotes::install_github("Boehringer-Ingelheim/dv.filter")
dv.filter
draws inspiration from the work of
Hadley Wickham,
Joe Cheng,
and Doug Kelkhoff.