View source: R/5_roster_scores.R
| ffs_score_rosters | R Documentation | 
Attaches projected scores to rosters (via an inner-join) and creates a positional ranking column.
ffs_score_rosters(projected_scores, rosters)
projected_scores | 
 a dataframe of projected scores, as created by   | 
rosters | 
 a dataframe of rosters, as created by   | 
A dataframe of roster-level projected scores
vignette("custom") for example usage
# cached examples
projected_scores <- .ffs_cache("projected_scores.rds")
rosters <- .ffs_cache("mfl_rosters.rds")
ffs_score_rosters(projected_scores, rosters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.