| kp_team_schedule {hoopR} | R 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))
[Package hoopR version 2.1.0 Index]