This function scrapes ADP or AAV data from multiple sources
get_adp(sources = c("RTS", "CBS", "ESPN", "Yahoo", "NFL", "FFC"), type = c("ADP", "AAV"))
sources | Indicates what sources to retrieve data from. Choose from
|
---|---|
type | Specifies what data to collect. Should one of |
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