roster_score: Sum of starting scores in a roster

View source: R/roster.R

roster_scoreR 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

roster_score(team_roster(leagueId = "42654852")[[1]])

fflr documentation built on Sept. 14, 2023, 9:10 a.m.