roster_score {fflr}R Documentation

Sum of starting scores in a roster

Description

For a given roster tibble, sum the starting scores.

Usage

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)

[Package fflr version 2.3.0 Index]