cohortBuilder (version 0.2.0)

update_filter: Update filter definition

Description

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, ...)

Value

Method dependent object (i.e. `Cohort` or `Source`) having selected filter updated.

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.

See Also

managing-cohort, managing-source