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, ... )
seasons | vector of seasons where season is year ending |
---|---|
league | league name defaults to WNBA |
result_types | vector of result types
|
season_types | vector of Season types
|
nest_data | if |
assign_to_environment | assigns individual table to environment |
return_message |
a `tibble`
Other game:
box_scores()
,
fanduel_summary()
,
win_probability()
game_logs(seasons = 2019, result_types = c("team", "player"))