Deprecating the
weekly
branch! Weekly race results will be added to themain
branch. CRAN-stable version is available via CRAN:
install.packages("nascaR.data")
::install_github("kyleGrealis/nascaR.data") # please do not use "@weekly" remotes
find_driver("kyle")
→ returns Kyle Busch, Kyle Larson,
Kyle Petty, etc.find_team("gibbs")
→ finds Joe Gibbs Racingfind_driver("earnhart")
→ correctly finds Earnhardt
family driversget_driver_info("kyle", "cup")
✓get_driver_info("kyle", "Cup Series")
✓get_driver_info("kyle", cup_series)
✓interactive = FALSE
to get list returnsinteractive
parameter defaults to TRUE
for better user experienceSeg Points
has been removed. Instead, S1
& S2
variables correspond to the driver’s finishing
position during each segment.S1
& S2
documentation.dev
branch will be updated with the most recent racing
results every Monday at 10AM during the race season (February through
November).get_*_info()
functions provide summary statistics
on a by-race, season, or career format.