enpanel | R Documentation |
Collect multiple waves of data into a panel
enpanel(name, ..., .id_col = "id", .waves_col = "wave")
name |
The name of the panel data, e.g. an assessment name |
... |
The waves of the panel. If unnamed arguments are used, the parameter order will be used as the wave tags. If named parameters are used, the names of the parameters will be used as the wave tags. |
.id_col |
The name of the column that has the observed participant IDs. Multiple names can be used if multiple columns uniquely identify participants. |
.waves_col |
The column name for the wave tags once the panel is
homogenized and bound together into a single |
An unhomogenized_panel
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.