View source: R/ncaa_school_id_lu.R
| ncaa_school_id_lu | R Documentation |
This function allows the user to look up the team_id needed
for the ncaa_team_player_stats() function.
ncaa_school_id_lu(team_name = NULL)
team_name |
A string that will be searched for in the names of the teams. |
Returns a tibble with school identification data: team_id, team_name, team_url, conference, conference_id, division, year, and season_id
| col_name | types |
| team_id | numeric |
| team_name | character |
| team_url | character |
| conference_id | numeric |
| conference | character |
| division | numeric |
| year | numeric |
| season_id | numeric |
try(ncaa_school_id_lu("Van"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.