Skip to contents

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

Examples

  # \donttest{
    try(kp_minutes_matrix(team = 'Florida St.', year = 2021))
#>  2026-08-06 04:00:53.043044: 2026-08-06 04:00:53.042781 - Florida St. - 2021 minutes matrix is missing
#>  Args: team = "Florida St.", year = 2021
#>  Error: HTTP 429 Too Many Requests.
#> NULL
  # }