update_source | R Documentation |
Update source in Cohort object.
update_source(x, source, keep_steps = !has_steps(source), run_flow = FALSE)
x |
Cohort object. |
source |
Source object to be updated in Cohort. |
keep_steps |
If 'TRUE', steps definition remain unchanged when updating source. If 'FALSE' steps configuration is deleted. If vector of type integer, specified steps will remain. |
run_flow |
If 'TRUE', data flow is run after the source is updated. |
The 'Cohort' class object with updated 'Source' definition.
managing-cohort
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.