filterTable: filterTable

Description Usage Arguments

Description

filter a data frame using the output of a queryBuilder htmlWidget

Usage

1
filterTable(filters = NULL, data = NULL, output = c("table", "text"))

Arguments

filters

output from queryBuilder htmlWidget sent from shiny app as input$el_out where el is the htmlWidget element

data

data frame to filter

output

string return either a filtered data frame (table) or a text representation of the filter (text)


harveyl888/queryBuilder documentation built on May 17, 2019, 3:05 p.m.