View source: R/data_acquisition.R
get_lineup | R Documentation |
Get a list of starters and bench players for a given game_id
get_lineup(game_id, team, season = getOption("tidynbadata.current_season"))
game_id |
the MSF game id for the desired game |
team |
strng to indicate team. Is passed to interpret team so can be any of name, city, id or abbreviation |
season |
string name of desired season. Defaults to |
tibble of lineup data for given game and team
Other data_acquisition:
get_player_data()
,
get_raw_msf_box_score()
,
get_raw_pbp()
,
get_team_schedule()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.