Load data into longZight form
load_long_data(.data, id_col = "id", time_col = "time", ts.args = TRUE)
.data | A |
---|---|
id_col | Name, or |
time_col | Name, or |
longZight
object with individual identifer and time information encoded
if (FALSE) { mydata %>% load_long_data(IDind, WAVE) }