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)
A roster data frame from team_roster()
.
A data frame of starters on a roster.
Other roster functions:
best_roster()
,
roster_score()
,
team_roster()
rost <- team_roster(leagueId = "42654852", leagueHistory = TRUE)[[1]][[1]]
#> Error: ESPN Fantasy API request failed [404]
#> Not Found (No League History?)
start_roster(rost)
#> Error: object 'rost' not found