cup_driver_career {nascaR.data}R Documentation

NASCAR Cup Series Driver Career Statistics

Description

A collection of career statistics for drivers in the NASCAR Cup Series. The data includes career averages and totals for various performance metrics.

Usage

cup_driver_career

Format

A data frame with 2,973 rows and 23 variables:

driver

chr: Driver's name

career_races

num: Total number of races driven in their career

career_wins

num: Total number of wins in their career

career_win_pct

num: Win percentage for their career

career_top_5

num: Total number of top 5 finishes in their career

career_top_5_pct

num: Percentage of top 5 finishes in their career

career_top_10

num: Total number of top 10 finishes in their career

career_top_10_pct

num: Percentage of top 10 finishes in their career

career_top_20

num: Total number of top 20 finishes in their career

career_top_20_pct

num: Percentage of top 20 finishes in their career

career_avg_start

num: Average start position for their career

career_best_start

num: Best start position in their career

career_worst_start

num: Worst start position in their career

career_avg_finish

num: Average finish position for their career

career_best_finish

num: Best finish position in their career

career_worst_finish

num: Worst finish position in their career

career_avg_laps_led

num: Average number of laps led per race in their career

career_total_laps_led

num: Total number of laps led in their career

career_most_laps_led

num: Most laps led in a single race in their career

career_total_money

num: Total earnings for their career (in dollars)

career_avg_money

num: Average earnings per race for their career (in dollars)

career_max_race_money

num: Highest earnings in a single race for their career (in dollars)

career_min_race_money

num: Lowest earnings in a single race for their career (in dollars)

Source

https://www.driveraverages.com/nascar/nascar-stats.php

https://en.wikipedia.org/wiki/NASCAR_Cup_Series

Examples

data(cup_driver_career)

[Package nascaR.data version 1.0.0 Index]