find_team | R Documentation |
Find Team Matches
find_team(search_term, data = NULL, max_results = 5, interactive = TRUE)
search_term |
Character string to search for |
data |
Tibble containing NASCAR race data or series specification |
max_results |
Maximum number of matches to return |
interactive |
Logical. Is the session interactive? |
Character vector of matching team names
# Find exact match
find_team("Joe Gibbs Racing")
# Find partial matches
find_team("gibbs")
# Non-interactive mode for scripts
find_team("hendrick", interactive = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.