Remove filter definition
rm_filter(x, step_id, filter_id, ...)# S3 method for Cohort
rm_filter(x, step_id, filter_id, run_flow = FALSE, ...)
# S3 method for Source
rm_filter(x, step_id, filter_id, ...)
Method dependent object (i.e. `Cohort` or `Source`) having selected filter removed.
An object from which filter should be removed.
Id of the step from which filter should be removed.
Id of the filter to be removed.
Other parameters passed to specific S3 method.
If `TRUE`, data flow is run after the filter is removed.
managing-cohort, managing-source