get_resting_periods | R Documentation |
Extract resting period characteristics
get_resting_periods(times, session_threshold)
restingPeriods(times, session_threshold)
times |
Timestamps. |
session_threshold |
The threshold in hours for the time difference between consecutive timestamps above which they are considered to belong to different training sessions. |
A list containing a dataframe with start, end, and duration for each session and the resting time between sessions, named 'sessions' and 'restingTime', respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.