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

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

kiernann/fflr documentation built on Aug. 27, 2024, 7:59 a.m.