Learn R Programming

cohortBuilder (version 0.3.0)

add_source: Add source to Cohort object.

Description

When Cohort object has been created without source, the method allows to attach it.

Usage

add_source(x, source)

Value

The `Cohort` class object with `Source` attached to it.

Arguments

x

Cohort object.

source

Source object to be attached.

See Also

managing-cohort