| school_id_lu | R Documentation |
(legacy) Lookup NCAA baseball school IDs (Division I, II, and III)
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 | description |
| team_id | numeric | Team NCAA id. |
| team_name | character | Team name. |
| team_url | character | Relative stats.ncaa.org team url. |
| conference_id | numeric | Conference identifier. |
| conference | character | Conference name. |
| division | numeric | NCAA division (1, 2, 3). |
| year | numeric | Season (4-digit year). |
| season_id | numeric | stats.ncaa.org season identifier. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.