powered by
Attaches projected scores to rosters (via an inner-join) and creates a positional ranking column.
ffs_score_rosters(projected_scores, rosters)
A dataframe of roster-level projected scores
a dataframe of projected scores, as created by ffs_generate_projections()
ffs_generate_projections()
a dataframe of rosters, as created by ffs_rosters()
ffs_rosters()
vignette("custom") for example usage
# \donttest{ # cached examples projected_scores <- .ffs_cache("projected_scores.rds") rosters <- .ffs_cache("mfl_rosters.rds") ffs_score_rosters(projected_scores, rosters) # }
Run the code above in your browser using DataLab