get_rotogrinders_projections: Get dfs player projections from Rotogrinders.com

Description Usage Arguments Value

View source: R/get_rotogrinders_projections.R

Description

Get dfs player projections from Rotogrinders.com

Usage

1
2
3
4
5
6
7
8
9
get_rotogrinders_projections(
  sport = NULL,
  platform = NULL,
  from_csv = NULL,
  supported_sports = c("nba", "nfl"),
  csv_headers = c("name", "salary", "teamabbrev", "position", "opponent", "ceiling",
    "floor", "proj"),
  nfl_positions = c("qb", "rb", "wr", "te", "defense", "kicker")
)

Arguments

sport

character, which sport to use? supports nfl so far, with nba on the way

platform

character, which dfs platform to use? supports draftkings so far, with fanduel on the way

from_csv

character, if not NULL then path to the csv with projections

supported_sports

character vector of leagues supported

csv_headers

character, names of the columns in rotogrinders csv's

nfl_positions

character, position names

Value

data.frame of players and projections for selected platform


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