update_filter {cohortBuilder} | R Documentation |
Update filter definition
update_filter(x, step_id, filter_id, ...)
## S3 method for class 'Cohort'
update_filter(x, step_id, filter_id, ..., run_flow = FALSE)
## S3 method for class 'Source'
update_filter(x, step_id, filter_id, ...)
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. |
Method dependent object (i.e. 'Cohort' or 'Source') having selected filter updated.
managing-cohort, managing-source