kickoff_optimization: Kickoff dfs optimization pipeline

Description Usage Arguments Value

View source: R/kickoff_optimization.R

Description

Kickoff dfs optimization pipeline

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
kickoff_optimization(
  SPORT = NULL,
  PLATFORM = NULL,
  PROJECTIONS = NULL,
  PROJ_COL = NULL,
  LU_MULT = NULL,
  PROJ_PATH = NULL,
  SALARY_PATH = NULL,
  ENTRY_PATH = NULL,
  TEMP_PATH = NULL,
  MAX_EXP = NULL,
  MAX_REPEATED_PLAYERS = NULL,
  PY_PATH = NULL
)

Arguments

SPORT

character, which dfs sport/league

PLATFORM

character, which dfs platform

PROJECTIONS

character, which projections to use

PROJ_COL

character, which column in projections

LU_MULT

numeric, LU_MULT * number of entries = number of lineups generated

PROJ_PATH

character, path to projections csv

SALARY_PATH

character, path to player salary csv

ENTRY_PATH

character, path to entry csv

TEMP_PATH

character, path to directory for writing temp files

MAX_EXP

numeric, maximum exposure to any individual player in lineups

MAX_REPEATED_PLAYERS

numeric, maximum number of repeated combinations of players

PY_PATH

string to python

Value

outputs a csv to be entered into dfs site


jimtheflash/dfstools documentation built on Dec. 19, 2020, 9:44 a.m.