powered by
NBA game logs NBA game logs for specified parameters
game_logs(seasons = 2019, league = "NBA", result_types = "player", season_types = "Regular Season", nest_data = F, assign_to_environment = TRUE, return_message = TRUE, ...)
vector of seasons where season is year ending
league name defaults to WNBA
vector of result types
player
team
vector of Season types
Regular Season
Playoffs
Pre Season
All Star
if TRUE nests data
TRUE
assigns individual table to environment
a `tibble`
Other game: box_scores, fanduel_summary, win_probability
box_scores
fanduel_summary
win_probability
# NOT RUN { game_logs(seasons = 2019, result_types = c("team", "player")) # }
Run the code above in your browser using DataLab