View source: R/kp_team_tables.R
| kp_team_schedule | R Documentation | 
Get team schedule results
kp_team_schedule(team, year = 2022)
team | 
 Team filter to select.  | 
year | 
 Year of data to pull  | 
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 | 
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()
  try(kp_team_schedule(team = 'Florida St.', year = 2022))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.