Rdocumentation
powered by
Learn R Programming
explorase (version 1.36.0)
exp_addFilterRule: Add a filter rule
Description
Adds a filter rule to the exploRase filter model for the given entity type
Usage
exp_addFilterRule(id, column, op, expr, active = T, ent_type = exp_entityType())
Arguments
id
A unique identifier for the filter rule
column
The metadata column checked by the rule
op
The operator (<,>, ==, etc) used for checking the values,>
expr
The right hand expression against which the values are checked
active
Whether the rule should be immediately active
ent_type
The entity type of the metadata being filtered