Learn R Programming

cohortBuilder (version 0.3.0)

run: Trigger data calculations.

Description

Trigger data calculations.

Usage

run(x, min_step_id, step_id)

Value

The object of class `Cohort` having up-to-date data based on the Cohort state.

Arguments

x

Cohort object.

min_step_id

Step id starting from the calculation will be started. Used only when `step_id` is missing.

step_id

Id of the step for which to run data calculation.

See Also

managing-cohort