Description Usage Format Details Source Examples
Details for all 19,961 runners in the 2017 Cherry Blossom Run, which is an annual road race that takes place in Washington, DC. Most runners participate in a 10-mile run while a smaller fraction take part in a 5k run or walk.
1 | data("run17")
|
A data frame with 19961 observations on the following 9 variables.
bibNumber on the runner's bib.
nameName of the runner, with only the initial of their last name.
sexGender of the runner.
ageAge of the runner.
cityHome city of the runner.
net_secTime to complete the race, after accounting for the staggered starting time, in seconds.
clock_secTime to complete the race, ignoring the staggered starting time, in seconds.
pace_secAverage time per mile, in seconds.
eventThe event the racer participated in,
either the "10 Mile" race or
the "5K".
There was a time limit where all 10 Mile racers had to finish by. Can you figure out what that time is?
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.