Description Usage Arguments Value Examples
Fantasy Pros Expert Consensus Draft Rankings
1 2 3 4 5 6 7 | fp_draft_rankings(
pos = c("ALL", "QB", "RB", "WR", "TE", "K", "DST", "IDP", "DL", "LB", "DB"),
scoring = c("HALF", "PPR", "STD"),
year = 2021,
type = c("both", "draft", "adp"),
week = 0
)
|
pos |
|
scoring |
|
a tibble
1 2 3 4 5 6 7 8 | # overall ECR for zero point ppr
fp_draft_rankings()
# TE ECR using standard scoring
fp_draft_rankings(pos = "TE", scoring = "std")
"Team QB","Team RB","Team WR","Team TE","Team K","Team OL","COACH"),
# Individual Defensive Player ECR
fp_draft_rankings(pos = "IDP")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.