win_probability | R Documentation |
Gets nba in-game win probabilities for specified game ids
win_probability(
game_ids = c(21700002, 21700003),
nest_data = FALSE,
filter_non_plays = FALSE,
return_message = TRUE
)
game_ids |
vector of game ids |
nest_data |
if |
filter_non_plays |
if |
return_message |
if |
a tibble
a 'tibble'
Other game:
box_scores()
,
fanduel_summary()
,
game_logs()
Other season:
fanduel_summary()
win_probability(game_ids = c(21700002, 21700005), filter_non_plays = T,
nest_data = FALSE,
return_message = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.