This package provides a function queryBuildR
to create complex SQL query with JQuery Query Builder.
Using devtools:
devtools::install_github('Yannael/queryBuildR')
# Load data
data(iris)
# Rename columns and get filters
colnames(iris)<-c("sepal_length","sepal_width","petal_length","petal_width","species")
filters<-getFiltersFromTable(iris)
# Set initial rules to NULL
rules<-NULL
# Create Query Builder widget
queryBuildR(rules,filters)
Example of integration with Shiny: https://github.com/Yannael/shinyQueryBuildR
See also http://mlg.ulb.ac.be/node/796 for integrating with DT, SQLite and Shiny.
Online examples at: