powered by
game_info_url
Retrieve lineups for a given NCAA game via its game_info_url
ncaa_lineups(game_info_url = NULL, ...)
Returns a tibble of each school's starting lineup and starting pitcher
The unique game info url
Additional arguments passed to an underlying function like httr.
# \donttest{ 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")) # }
Run the code above in your browser using DataLab