powered by
This function lightly wraps ffscrapr::ff_starter_positions() and cleans up some abbreviations (PK -> K)
ffscrapr::ff_starter_positions()
ffs_starter_positions(conn)
A tidy dataframe of positional lineup rules, one row per position with minimum and maximum starters as well as total starter calculations.
a connection object as created by ffscrapr::ff_connect() and friends.
ffscrapr::ff_connect()
# \donttest{ # cached examples try({ # try block to prevent CRAN-related issues conn <- .ffs_cache("mfl_conn.rds") ffs_starter_positions(conn) }) # }
Run the code above in your browser using DataLab