xfinity_owner_career {nascaR.data}R Documentation

NASCAR Xfinity Series Owner Career Statistics

Description

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

Usage

xfinity_owner_career

Format

A data frame with 1241 rows and 13 variables:

owner

chr: Owner name

owner_overall_races

num: Total number of races for the owner in their career

owner_overall_wins

num: Total number of wins for the owner in their career

owner_overall_win_pct

num: Win percentage for the owner in their career

owner_overall_top_5

num: Total number of top 5 finishes for the owner in their career

owner_overall_top_10

num: Total number of top 10 finishes for the owner in their career

owner_overall_top_20

num: Total number of top 20 finishes for the owner in their career

owner_overall_cars_raced

num: Total number of cars raced by the owner in their career

owner_overall_car_win_pct

num: Win percentage at the car level for the owner in their career

owner_overall_avg_start

num: Average start position for the owner in their career

owner_overall_avg_finish

num: Average finish position for the owner in their career

owner_overall_laps_led

num: Total number of laps led by the owner in their career

owner_overall_avg_laps_led

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

Source

https://www.driveraverages.com/nascar_xfinityseries/

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

Examples

data(xfinity_owner_career)

[Package nascaR.data version 1.0.0 Index]