Description Usage Arguments Value
View source: R/01_intervention_construction_functions.R
add_intervention
constructs a list to hold the
intervention "objects". By convention, it is best to add them in order
of their start times.
1 | add_intervention(interventions = NULL, intervention)
|
interventions |
List of the current interventions to append to. If NULL, we construct a new intervention list and then append to it. For first add to list should be called omitting (or setting to NULL) this param. |
intervention |
Intervention "object" to add to intervention list. |
A list object containing interventions including the one just added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.