get_player_game_log()
retrieves information on each game for a given set of player
, season
, and game_type
, including but not limited to their ID, date, and statistics. Access get_players()
for player
and get_seasons()
for season
references.
Usage
get_player_game_log(
player = 8480039,
season = get_season_now()$seasonId,
game_type = 2
)