Retrieve season-level data for a player listed on understat.

get_player_seasons_stats(player_id)

Arguments

player_id

Player ID

Value

a tibble

Examples

# NOT RUN {
get_player_seasons_stats(player_id = 882)
# }