For a given roster tibble, sum the starting scores.

roster_score(roster, useScore = c("actualScore", "projectedScore"))

Arguments

roster

A roster data frame from team_roster().

useScore

One of "projectedScore" or "actualScore" (default).

Value

A starting score as double.

See also

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

Examples

rost <- team_roster(leagueId = "42654852", leagueHistory = TRUE)[[1]][[1]]
roster_score(rost)
#> [1] 106.9