Learn R Programming

hoopR (version 2.1.0)

kp_minutes_matrix: Get Minutes Matrix from Expanded Player Page

Description

Get Minutes Matrix from Expanded Player Page

Usage

kp_minutes_matrix(team, year = 2021)

Value

Returns a tibble of minutes matrix data

Arguments

team

Team filter to select.

year

Year of data to pull

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

Run this code
  # \donttest{
    try(kp_minutes_matrix(team = 'Florida St.', year = 2021))
  # }


Run the code above in your browser using DataLab