Make timestamp object from a vector of time
make_timestamp(t1, group, interval = TRUE)
t1 | Vector of the time at start of each point |
---|---|
group | (optional) The sft_group object for grouping data. Required if interval= TRUE |
interval | Whether to create a one dimensional vector of time or a two dimensional with start and end points. |