This function scrapes ADP or AAV data from multiple sources

get_adp(sources = c("RTS", "CBS", "ESPN", "Yahoo", "NFL", "FFC"),
  type = c("ADP", "AAV"))

Arguments

sources

Indicates what sources to retrieve data from. Choose from c("RTS", "CBS", "ESPN", "Yahoo", "NFL"). Multiple sources are allowed. If omitted all sources will be scraped.

type

Specifies what data to collect. Should one of c("ADP", "AAV"). If omitted then ADP data will be scraped.

Value

A data.frame with the results. The player's id from the player_ids table and a column for each source. The average value is also returned if multiple sources are specified