Learn R Programming

hoopR (version 2.1.0)

kp_team_lineups: Get Lineups Last 5 Games from Team Page

Description

Get Lineups Last 5 Games from Team Page

Usage

kp_team_lineups(team, year = 2021)

Value

A data frame with the following columns:

col_nametypes
yearnumeric
teamcharacter
min_pctnumeric
pg_numbernumeric
pg_player_first_namecharacter
pg_player_last_namecharacter
pg_hgtcharacter
pg_wgtnumeric
pg_yrcharacter
sg_numbernumeric
sg_player_first_namecharacter
sg_player_last_namecharacter
sg_hgtcharacter
sg_wgtnumeric
sg_yrcharacter
sf_numbernumeric
sf_player_first_namecharacter
sf_player_last_namecharacter
sf_hgtcharacter
sf_wgtnumeric
sf_yrcharacter
pf_numbernumeric
pf_player_first_namecharacter
pf_player_last_namecharacter
pf_hgtcharacter
pf_wgtnumeric
pf_yrcharacter
c_numbernumeric
c_player_first_namecharacter
c_player_last_namecharacter
c_hgtcharacter
c_wgtnumeric
c_yrcharacter

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_player_stats(), kp_team_players(), kp_team_schedule()

Examples

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

Run the code above in your browser using DataLab