View source: R/3_rosters_replacementlevel.R
ffs_add_replacement_level | R Documentation |
Add replacement level players to each roster
ffs_add_replacement_level(
rosters,
latest_rankings,
franchises,
lineup_constraints,
pos_filter = c("QB", "RB", "WR", "TE")
)
rosters |
a dataframe of rosters as created by |
latest_rankings |
a dataframe of latest rankings as created by |
franchises |
a dataframe of franchises as created by |
lineup_constraints |
a dataframe of lineup constraints as created by |
pos_filter |
a character vector of positions to filter to, defaults to c("QB","RB","WR","TE","K") |
a dataframe of rosters with replacements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.