kp_minutes_matrix {hoopR}R Documentation

Get Minutes Matrix from Expanded Player Page

Description

Get Minutes Matrix from Expanded Player Page

Usage

kp_minutes_matrix(team, year = 2021)

Arguments

team

Team filter to select.

year

Year of data to pull

Value

Returns a tibble of minutes matrix data

See Also

Other KenPom Team Functions: kp_gameplan(), kp_opptracker(), kp_player_career(), kp_team_depth_chart(), kp_team_lineups(), kp_team_player_stats(), kp_team_players(), kp_team_schedule()

Examples

  
    try(kp_minutes_matrix(team = 'Florida St.', year = 2021))
  



[Package hoopR version 2.1.0 Index]