add_adp: Add ADP to the Projections Table

View source: R/calc_projections.R

add_adpR Documentation

Add ADP to the Projections Table

Description

This function will add the ADP data to the projections table from the projections_table function. It will add the average ADP from the sources specfied, and the difference between the overall rank and ADP

Usage

add_adp(
  projection_table,
  sources = c("RTS", "CBS", "Yahoo", "NFL", "FFC", "MFL")
)

Arguments

projection_table

An output from the projections_table function

sources

Which ADP sources should be added. should be one or more of c("RTS", "CBS", "MFL", "Yahoo", "NFL", "FFC")


FantasyFootballAnalytics/ffanalytics documentation built on Sept. 7, 2024, 2:09 a.m.