athlytics_sample_pbs | R Documentation |
A dataset containing pre-calculated Personal Best (PB) times for various distances, derived from simulated Strava data. Used in examples and tests.
athlytics_sample_pbs
A tibble with X rows and 10 variables:
ID of the activity where the effort occurred, as a character string.
Date and time of the activity, as a POSIXct object.
Target distance in meters for the best effort, as a numeric value.
Elapsed time for the effort in seconds, as a numeric value.
Moving time for the effort in seconds, as a numeric value.
Typically the same as elapsed_time for best efforts, in seconds, as a numeric value.
The personal best time for that distance up to that date, in seconds, as a numeric value.
Logical, TRUE if this effort set a new personal best.
Factor representing the distance (e.g., "1k", "5k").
Formatted time of the effort, as a Period object from lubridate.
Simulated data generated for package examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.