View source: R/calculate_handicaps.R
Use 5k time to predict running time using the Reigel Formula
1 2 3 4 | calculate_handicaps(
slowest_runner = as.numeric(lubridate::ms("30:00")),
race_distance = 2.145
)
|
slowest_runner |
the time of the slowest runner |
race_distance |
the distance of the predicted race |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.