The starting 9 man roster using standard roster slots. In the future this function may be adapted to take roster slots from roster_settings().

start_roster(roster)

Arguments

roster

A roster data frame from team_roster().

Value

A data frame of starters on a roster.

See also

Other roster functions: best_roster(), roster_score(), team_roster()

Examples

rost <- team_roster(leagueId = "42654852")[[1]]
start_roster(rost)
#> # A tibble: 9 × 16
#>   seasonId scoringPeriodId teamId abbrev lineupSlot playerId firstName lastName 
#>      <int>           <int>  <int> <fct>  <fct>         <int> <chr>     <chr>    
#> 1     2026               1      1 AUS    QB          4426348 Jayden    Daniels  
#> 2     2026               1      1 AUS    RB          4429160 De'Von    Achane   
#> 3     2026               1      1 AUS    RB          4685382 Omarion   Hampton  
#> 4     2026               1      1 AUS    WR          4426515 Puka      Nacua    
#> 5     2026               1      1 AUS    WR          4374302 Amon-Ra   St. Brown
#> 6     2026               1      1 AUS    TE          4361307 Trey      McBride  
#> 7     2026               1      1 AUS    FLEX        4870808 Jeremiyah Love     
#> 8     2026               1      1 AUS    D/ST         -16026 Seahawks  D/ST     
#> 9     2026               1      1 AUS    K           3953687 Brandon   Aubrey   
#> # ℹ 8 more variables: proTeam <fct>, position <fct>, injuryStatus <chr>,
#> #   projectedScore <dbl>, actualScore <dbl>, percentStarted <dbl>,
#> #   percentOwned <dbl>, percentChange <dbl>