add_source {cohortBuilder} | R Documentation |
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)
Arguments
x |
Cohort object. |
source |
Source object to be attached. |
Value
The 'Cohort' class object with 'Source' attached to it.
See Also
[Package cohortBuilder version 0.2.0 Index]