| player_game_log | R Documentation |
player_game_log() scrapes the game log for a given set of player,
season, and game_type.
player_game_log(player = 8478402, season = "now", game_type = "")
player |
integer ID (e.g., 8480039); see |
season |
integer in YYYYYYYY (e.g., 20242025); see |
game_type |
integer in 1:3 (where 1 = pre-season, 2 = regular season, 3
= playoff/post-season) OR character of 'pre', 'regular', or
playoff'/'post'; see |
data.frame with one row per game
Martin_Necas_game_log_regular_20242025 <- player_game_log(
player = 8480039,
season = 20242025,
game_type = 2
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.