https://github.com/hfshr/jqbr
R interface to jquery queryBuilder
https://github.com/hfshr/jqbr
Last synced: 4 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T09:52:00.000Z (over 1 year ago)
- Last Synced: 2024-11-25T05:20:03.254Z (5 months ago)
- Language: R
- Homepage: https://hfshr.github.io/jqbr/
- Size: 575 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- 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)