Learn R Programming

fflr (version 2.3.0)

start_roster: Starting roster

Description

The starting 9 man roster using standard roster slots. In the future this function may be adapted to take roster slots from roster_settings().

Usage

start_roster(roster)

Value

A data frame of starters on a roster.

Arguments

roster

A roster data frame from team_roster().

See Also

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

Examples

Run this code
rost <- team_roster(leagueId = "42654852", leagueHistory = TRUE)[[1]][[1]]
start_roster(rost)

Run the code above in your browser using DataLab