box_scores | R Documentation |
Acquires specified box score type by game ID
box_scores(
game_ids = NULL,
league = "NBA",
box_score_types = c("Traditional", "Advanced", "Scoring", "Misc", "Usage",
"Four Factors", "hustle", "tracking"),
result_types = c("player", "team"),
join_data = TRUE,
assign_to_environment = TRUE,
return_message = TRUE
)
game_ids |
vector of game ids |
box_score_types |
vector of box score types options include
|
result_types |
vector of result types options include
|
join_data |
if |
assign_to_environment |
if |
return_message |
if |
a tibble
Other game:
fanduel_summary()
,
game_logs()
,
win_probability()
box_scores(game_ids = c(21700002, 21700003), box_score_types = c("Traditional", "Advanced", "Scoring", "Misc", "Usage", "Four Factors", "Tracking"), result_types = c("player", "team"), join_data = TRUE, assign_to_environment = TRUE, return_message = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.