Retrieves pit stop data for a specific race, including stop number, lap, time of day, and duration.
Value
A tibble with one row per pit stop, including columns:
- season
Integer. Season year.
- round
Integer. Round number.
- race_name
Character. Name of the Grand Prix.
- driver_id
Character. Unique driver identifier.
- stop
Integer. Pit stop number for that driver (1st, 2nd, etc.).
- lap
Integer. Lap on which the pit stop occurred.
- time
Character. Time of day of the pit stop.
- duration
Character. Duration of the pit stop.
See also
f1_laps() for lap-by-lap timing data, f1_results() for final
race results.
Other detailed timing:
f1_laps()