get_timestamps | R Documentation |
Extracts start and end timestamps from events data based on message patterns.
get_timestamps(
evs,
timestamped_events,
msg_s,
msg_e,
limits,
baseline_mode = FALSE
)
evs |
Event messages or list of events |
timestamped_events |
Events dataframe with timestamps |
msg_s |
Start message pattern |
msg_e |
End message pattern |
limits |
Time limits for wildcard mode |
baseline_mode |
Whether in baseline calculation mode |
A list containing start and end timestamps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.