do.filter: do.filter - filtering data.table using multiple match values

Description Usage Arguments Author(s) References

View source: R/do.filter.R

Description

This function allows filtering of a data.table using multiple match values – all cells that contain any of the match values will be filtered, and provided in a new data.table.

Usage

1
do.filter(dat, use.col, values)

Arguments

dat

NO DEFAULT. A data.table

use.col

DEFAULT = NULL. The column to use for re-ordering

values

DEFAULT = NULL. A vector of values to use for filtering – all cells that contain any of the match values will be filtered, and provided in a new data.table. Up to 20 match values can be provided

Author(s)

Thomas M Ashhurst, thomas.ashhurst@sydney.edu.au

References

https://github.com/ImmuneDynamics/Spectre.


sydneycytometry/Spectre documentation built on March 20, 2021, 2:15 a.m.