Collect multiple waves of data into a panel

enpanel(name, ..., .id_col = "id", .waves_col = "wave")

Arguments

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 data.frame

Value

An unhomogenized_panel object