team_detect | R Documentation |
Search for teams in the design
team_detect(design, string, ignore.case = TRUE)
design |
Design object with information from a collection of games. This is a list that is the output of get_design() |
string |
String which contains part of a team name being searched for |
ignore.case |
Whether or not the searc is case sensitive |
A vector of team names that contain string
design <- get_design(regssn2021)
team_detect(design, "new")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.