Description
'jQuery QueryBuilder' Input for 'Shiny'
Description
A highly configurable 'jQuery' plugin offering a simple interface to create complex queries/filters in 'Shiny'. The outputted rules can easily be parsed into a set of 'R' and/or 'SQL' queries and used to filter data. Custom parsing of the rules is also supported. For more information about 'jQuery QueryBuilder' see <https://querybuilder.js.org/>.
README.md
jqbr
Shiny input bindings for jQuery queryBuilder.
Installation
# install.packages("pak")
pak::pak("hfshr/jqbr")
See it in action
The best way to see what this input can do is to checkout the demo Shiny app on shinyapps.io here.
Or if you have installed the package, you can run jqbr::run_jqbr_demo()
to launch the app locally.
Credits
jQuery QueryBuilder by @mistic100
packer by @JohnCoene
queryBuilder R widget by @harveyl888