kp_team_schedule: *Get team schedule results*

View source: R/kp_team_tables.R

kp_team_scheduleR Documentation

Get team schedule results

Description

Get team schedule results

Usage

kp_team_schedule(team, year = 2022)

Arguments

team

Team filter to select.

year

Year of data to pull

Value

Returns a tibble of team schedules

col_name types
team_rk numeric
team character
opponent_rk numeric
opponent character
result character
poss numeric
ot numeric
pre_wp numeric
location character
w numeric
l numeric
w_conference numeric
l_conference numeric
conference_game logical
postseason character
year numeric
day_date character
game_date numeric
w_proj numeric
l_proj numeric
w_conference_proj numeric
l_conference_proj numeric
date character
game_id numeric
tiers_of_joy character

See Also

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

Examples


  try(kp_team_schedule(team = 'Florida St.', year = 2022))


hoopR documentation built on Nov. 26, 2023, 1:07 a.m.