powered by
For a given roster tibble, sum the starting scores.
roster_score(roster, useScore = c("actualScore", "projectedScore"))
A starting score as double.
A roster data frame from team_roster().
team_roster()
One of "projectedScore" or "actualScore" (default).
Other roster functions: best_roster(), start_roster(), team_roster()
best_roster()
start_roster()
rost <- team_roster(leagueId = "42654852", leagueHistory = TRUE)[[1]][[1]] roster_score(rost)
Run the code above in your browser using DataLab