Learn R Programming

hoopR (version 2.1.0)

kp_team_schedule: Get team schedule results

Description

Get team schedule results

Usage

kp_team_schedule(team, year = 2022)

Value

Returns a tibble of team schedules

col_nametypes
team_rknumeric
teamcharacter
opponent_rknumeric
opponentcharacter
resultcharacter
possnumeric
otnumeric
pre_wpnumeric
locationcharacter
wnumeric
lnumeric
w_conferencenumeric
l_conferencenumeric
conference_gamelogical
postseasoncharacter
yearnumeric
day_datecharacter
game_datenumeric
w_projnumeric
l_projnumeric
w_conference_projnumeric
l_conference_projnumeric
datecharacter
game_idnumeric
tiers_of_joycharacter

Arguments

team

Team filter to select.

year

Year of data to pull

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

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

Run the code above in your browser using DataLab