https://github.com/hfshr/jqbr
R interface to jquery queryBuilder
https://github.com/hfshr/jqbr
Last synced: 16 days ago
JSON representation
R interface to jquery queryBuilder
- Host: GitHub
- URL: https://github.com/hfshr/jqbr
- Owner: hfshr
- License: other
- Created: 2021-06-01T07:07:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T10:00:04.000Z (about 2 months ago)
- Last Synced: 2025-10-19T18:01:17.879Z (19 days ago)
- Language: R
- Homepage: https://hfshr.github.io/jqbr/
- Size: 481 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hfshr/jqbr - R interface to jquery queryBuilder (R)
README
# jqbr 


[](https://github.com/hfshr/jqbr/actions)
Shiny input bindings for [jQuery queryBuilder](https://querybuilder.js.org/index.html).
## Installation
```r
# 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](https://harryfish.shinyapps.io/qbr_demo).
Or if you have installed the package, you can run `jqbr::run_jqbr_demo()` to launch the app locally.
## Credits
[jQuery QueryBuilder](https://querybuilder.js.org/) by [\@mistic100](https://github.com/mistic100)
[packer](https://github.com/JohnCoene/packer) by [\@JohnCoene](https://github.com/JohnCoene)
[queryBuilder](https://github.com/harveyl888/queryBuilder) R widget by [\@harveyl888](https://github.com/harveyl888)