powered by
Find Team Matches
find_team(search_term, data = NULL, max_results = 5, interactive = TRUE)
Character vector of matching team names
Character string to search for
Tibble containing NASCAR race data or series specification
Maximum number of matches to return
Logical. Is the session interactive?
# Find exact match find_team("Joe Gibbs Racing") # Find partial matches find_team("gibbs") # Non-interactive mode for scripts find_team("hendrick", interactive = FALSE)
Run the code above in your browser using DataLab