| nba_tidy_boxscore | R Documentation |
A traditional player box score with each player's team totals joined on
(tactic C). nba_boxscoretraditionalv2() returns player-grain
PlayerStats and team-grain TeamStats separately; this left-joins the team
totals onto every player row by GAME_ID + TEAM_ID, suffixing the team
columns with _team.
nba_tidy_boxscore(game_id, ...)
game_id |
Game ID (10-digit, zero-padded e.g. |
... |
Additional arguments passed to |
A hoopR_data tibble, one row per player, with the player's stats and
their team's totals (team columns suffixed _team).
Other NBA Combined Datasets:
nba_tidy_franchise_history(),
nba_tidy_player_profile()
try(nba_tidy_boxscore(game_id = "0022300061"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.