getAAVdata: Get AAV data

Description Usage Arguments

Description

Retrieve AAV data from multiple sources and combine into average.

Usage

1
2
3
getAAVdata(AAVsources = c("ESPN", "NFL", "Yahoo"),
  season = as.POSIXlt(Sys.Date())$year + 1900, teams = 12,
  format = "standard", mflMocks = NULL, mflLeagues = NULL)

Arguments

season

The season the ADP data is from

teams

Number of teams in the league

format

The format of the league, i.e. standard, ppr

mflMocks

Include mock drafts from MFL. Set to 1 if only mock drafts should be used, 0 if only real drafts should be used. If not speficied all types of drafts will be used.

mflLeagues

What type of leagues to include for MFL. Set to 0 to use redraft leagues only; 1 to only use keeper leagues, 2 for rookie drafts, and 3 for MFL Public Leagues. If not speficied all types of drafts will be used.

ADPsource

Character vector with one or more of "CBS", "ESPN", "FFC", "MFL", "NFL"


dadrivr/ffanalytics documentation built on May 14, 2019, 3:12 p.m.