ffs_starter_positions: Get league starter positions

View source: R/utils-ffscrapr.R

ffs_starter_positionsR Documentation

Get league starter positions

Description

This function lightly wraps ffscrapr::ff_starter_positions() and cleans up some abbreviations (PK -> K)

Usage

ffs_starter_positions(conn)

Arguments

conn

a connection object as created by ffscrapr::ff_connect() and friends.

Value

A tidy dataframe of positional lineup rules, one row per position with minimum and maximum starters as well as total starter calculations.

Examples


# cached examples
try({ # try block to prevent CRAN-related issues
conn <- .ffs_cache("mfl_conn.rds")
ffs_starter_positions(conn)
})



ffsimulator documentation built on Feb. 16, 2023, 5:37 p.m.