| game_rosters | R Documentation |
game_rosters() returns the roster spots from a GameCenter play-by-play
payload with one row per dressed player, including team ID, sweater number,
position, and normalized player name fields.
game_rosters(game = 2023030417)
game |
integer ID (e.g., 2025020275); see |
data.frame with one row per player
rosters_Martin_Necas_legacy_game <- game_rosters(game = 2025020275)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.