powered by
game_info_url
Retrieve lineups for a given NCAA game via its game_info_url
ncaa_lineups(game_info_url, year)
Returns a tibble of each school's starting lineup and starting pitcher
The unique game info url
The year the game was played in
# \donttest{ try(ncaa_lineups(game_info_url="https://stats.ncaa.org/game/index/4587474?org_id=528",year=2018)) # }
Run the code above in your browser using DataLab