Update filter definition
Usage
update_filter(x, step_id, filter_id, ...)
# S3 method for Cohort
update_filter(x, step_id, filter_id, ..., run_flow = FALSE)
# S3 method for Source
update_filter(x, step_id, filter_id, ...)
Arguments
- x
An object in which the filter should be updated.
- step_id
Id of the step where filter is defined.
- filter_id
Id of the filter to be updated.
- ...
Filter parameters that should be updated.
- run_flow
If `TRUE`, data flow is run after the filter is updated.