Retrieves driver information, optionally filtered to drivers who participated in a specific season.
Value
A tibble with one row per driver, including columns:
- driver_id
Character. Unique driver identifier.
- permanent_number
Integer. Driver's permanent car number.
- code
Character. Three-letter driver code (e.g.,
"VER").- given_name
Character. Driver's first name.
- family_name
Character. Driver's last name.
- date_of_birth
Date. Driver's date of birth.
- nationality
Character. Driver's nationality.
- url
Character. Wikipedia URL.
See also
f1_constructors() for team information.
Other reference data:
f1_circuits(),
f1_constructors(),
f1_races(),
f1_seasons()