summariseRun.Rd
Get summary statistics for run
summariseRun(run = stuggi_running)
run | a run data frame returned by |
---|
A list with summary statistics.
Total duration as Formal Duration class
Total duration in seconds
Total duration in hours
Average speed in kilometers per hour
The total distance in kilometers
#> $total_duration #> [1] "3499s (~58.32 minutes)" #> #> $total_duration_seconds #> [1] 3499 #> #> $total_duration_hours #> [1] 0.9719444 #> #> $average_speed_kph #> [1] 10.83672 #> #> $total_distance #> [1] 10.53269 #>