Test string, name of the column that describes the order
withing the time series. Default is "Time".
event
A text string or vector indicating the columns that define the
unique time series. Default is "Event".
label
The name of the new column with the start point of each time
series. Default is "start.event".
label.event
In case event is not a single column, providing a
text string will add a column with this name that defines unique time
series. Default is NULL (no new column for time series is created).
order
Logical: whether or not to order each time series.
Default is TRUE, maybe set to FALSE with large data frames that are already ordered.