filter4j: Helper function for extracting inputs created with...

View source: R/filterPanel.R

filter4jR Documentation

Helper function for extracting inputs created with sideFilterUI

Description

Get values stored in inputs created by sideFilterUI

Usage

filter4j(dt, col, values, j, type)

Arguments

dt

A data.table.

col

Filter column in dt.

values

The filter value(s) in 'col'.

j

The column of data to return for matches of 'values' in 'col'.

type

Type of input filter; only "range" is special and requires 'values' to be a 2-element vector.


avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.