parse_salaries: Parse dfs player salary files

Description Usage Arguments Value

View source: R/parse_salaries.R

Description

Parse dfs player salary files

Usage

1
2
3
4
5
6
parse_salaries(
  path = NULL,
  sport = NULL,
  platform = NULL,
  remove_postponed_games = TRUE
)

Arguments

path

character, path to salary file

sport

character, which sports league? Supports nfl, nba, golf for draftkings

platform

charcter, which dfs platform? Supports draftkings

remove_postponed_games

logical should games that are postponed by removed from slate? default is TRUE

Value

data.frame of players with salary info


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