This function scrapes ADP data from Fantasy Football Calculator
ffc_draft(format = c("standard", "ppr", "2qb", "dynasty", "rookie"), pos = c("all", "qb", "rb", "wr", "te", "def", "pk"), season = 2018)
format | Indicates which league format data should be returned for.
Should be one of |
---|---|
pos | indicates the position the data should be returned for. Should be
one of |
season | Indicates the season that data should be retuned for. |
A data.frame with the results.