powered by
Gets nba in-game win probabilities for specified game ids
get_games_pbp_win_probablity(game_ids = c(21700002, 21700003), nest_data = FALSE, filter_non_plays = FALSE, return_message = TRUE)
vector of game ids
if TRUE nests data
TRUE
if TRUE filters out non plays
if T returns message
T
a data_frame
data_frame
a `data_frame`
Other game: get_game_logs, get_games_box_scores, get_games_fanduel_summary
get_game_logs
get_games_box_scores
get_games_fanduel_summary
Other season: get_games_fanduel_summary
# NOT RUN { get_games_pbp_win_probablity(game_ids = c(21700002, 21700005), filter_non_plays = T, nest_data = FALSE, return_message = TRUE) # }
Run the code above in your browser using DataLab