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)

Arguments

format

Indicates which league format data should be returned for. Should be one of c("standard", "ppr", "2qb", "dynasty", "rookie")

pos

indicates the position the data should be returned for. Should be one of c("all", "qb", "rb", "wr", "te", "def", "pk")

season

Indicates the season that data should be retuned for.

Value

A data.frame with the results.