rm_filter: Remove filter definition

rm_filterR Documentation

Remove filter definition

Description

Remove filter definition

Usage

rm_filter(x, step_id, filter_id, ...)

## S3 method for class 'Cohort'
rm_filter(x, step_id, filter_id, run_flow = FALSE, ...)

## S3 method for class 'Source'
rm_filter(x, step_id, filter_id, ...)

Arguments

x

An object from which filter should be removed.

step_id

Id of the step from which filter should be removed.

filter_id

Id of the filter to be removed.

...

Other parameters passed to specific S3 method.

run_flow

If 'TRUE', data flow is run after the filter is removed.

Value

Method dependent object (i.e. 'Cohort' or 'Source') having selected filter removed.

See Also

managing-cohort, managing-source


cohortBuilder documentation built on Sept. 25, 2024, 5:06 p.m.