session_times {trackeR} | R Documentation |
Generic function for calculating session times
Description
Generic function for calculating session times
Usage
session_times(object, session, duration_unit, ...)
## S3 method for class 'trackeRdata'
session_times(object, session = NULL, ...)
## S3 method for class 'trackeRdataSummary'
session_times(object, session = NULL, ...)
Arguments
object |
The object for which to calculate session start and end times. |
session |
The sessions for which to extract sports. |
duration_unit |
The unit durations should be returned. |
... |
Arguments to be passed to methods. |
[Package trackeR version 1.6.0 Index]