ffc_draft: Get ADP data from Fantasy Football Calculator

ffc_draftR Documentation

Get ADP data from Fantasy Football Calculator

Description

This function scrapes ADP data from Fantasy Football Calculator

Usage

ffc_draft(
  format = c("standard", "ppr", "half-ppr", "2qb", "dynasty", "rookie"),
  pos = c("all", "qb", "rb", "wr", "te", "def", "pk"),
  n_teams = c("12", "8", "10", "14"),
  metric = "adp"
)

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 returned for.

Value

A data.frame with the results.


FantasyFootballAnalytics/ffanalytics documentation built on April 6, 2024, 6:56 p.m.