cup_owner_career {nascaR.data} | R Documentation |
A collection of career statistics for owners in the NASCAR Cup Series. The data includes career totals and averages for various performance metrics.
cup_owner_career
A data frame with 2270 rows and 13 variables:
chr: Owner name
num: Total number of races for the owner in their career
num: Total number of wins for the owner in their career
num: Win percentage for the owner in their career
num: Total number of top 5 finishes for the owner in their career
num: Total number of top 10 finishes for the owner in their career
num: Total number of top 20 finishes for the owner in their career
num: Total number of cars raced by the owner in their career
num: Win percentage at the car level for the owner in their career
num: Average start position for the owner in their career
num: Average finish position for the owner in their career
num: Total number of laps led by the owner in their career
num: Average number of laps led per race for the owner in their career
https://www.driveraverages.com/nascar/nascar-stats.php
https://en.wikipedia.org/wiki/NASCAR_Cup_Series
data(cup_owner_career)