new_cut_times | R Documentation |
New Cut Times
new_cut_times(df)
df |
Cut Times data frame. |
Add the timestamps, indexes and day numbers of the cut times and their ends.
Data frame with added cut times.
CutTimes_df <- data.frame(
time = c(1731421000, 1731421100, 1731421362, 1731421480, 1731421525),
index = c(56, 1, 230, 1, 400), day = c(1, 2, 2, 3, 3)
)
CutTimes_df <- new_cut_times(CutTimes_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.