filterApply: Apply filter expressions to data

View source: R/filterPanel.R

filterApplyR Documentation

Apply filter expressions to data

Description

Apply filter expressions to data

Usage

filterApply(dt, fs, j = NULL, res = 0)

Arguments

dt

The data table.

fs

Filter expression(s) as quosure or list of quosures.

j

Optional, character name of column of data to return for matches of 'values' in 'col'.

res

Result/resolution type. If NULL, returns all columns for subsetted rows.


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