Learn R Programming

f1pits (version 0.1.0)

pits: Pit stops of a race or set

Description

Pit stop results of a race or set

Usage

pits(round, year)

Value

A tibble containing the pit stops values of the specified race(s)

Arguments

round

Number of the race (integer), set of races a:b (vector) o "all" (character)

year

Year of the race (integer). 2025 or higher

Examples

Run this code
# \donttest{
pits(10, 2025)
pits(1:2, 2025)
# }

Run the code above in your browser using DataLab