ffc_draft: Get ADP data from Fantasy Football Calculator

Description Usage Arguments Value

Description

This function scrapes ADP data from Fantasy Football Calculator

Usage

1
2
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.


MrDAndersen/ffwebscrape documentation built on May 22, 2019, 1:51 p.m.