| ncaa_lineups | R Documentation |
game_info_urlRetrieve lineups for a given NCAA game via its game_info_url
ncaa_lineups(game_info_url = NULL, ...)
game_info_url |
The unique game info url |
... |
Additional arguments passed to an underlying function like httr. |
Returns a tibble of each school's starting lineup and starting pitcher
| col_name | types |
| year | numeric |
| player_name | character |
| position | character |
| slug | character |
| batting_order | character |
| team_name | character |
| sub | numeric |
| attendance | character |
| game_date | character |
| location | character |
| player_id | integer |
| team_id | numeric |
| team_url | character |
| conference_id | numeric |
| conference | character |
| division | numeric |
| season_id | numeric |
try(ncaa_lineups(game_info_url="https://stats.ncaa.org/contests/2167178/box_score"))
try(ncaa_lineups(game_info_url="https://stats.ncaa.org/game/index/4587474?org_id=528"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.