getPlayerProjections: Get Projected Player Scores

Description Usage Arguments Value Examples

View source: R/projections.R

Description

Get Projected Player Scores

Usage

1
2
getPlayerProjections(players_link, week, statType = 7, sortType = 7,
  FA_only = TRUE, position = "ALL")

Arguments

week

Week Number

statType

The statistic that is shown on the page - defaults to projection.

sortType

The statistic to sort on - defaults to projection

FA_only

Boolean variable that determines if only free agents are included

position

Player position to get projections for - defaults to ALL

plaers_link

Web link to main league page

Value

Teams and projected total score.

Examples

1
2
getPlayerProjections(players_link, 1, 7, 7, TRUE, 'QB')
getPlayerProjections(players_link, 1, 7, 7, FALSE, c('QB','K'))

jeremycolon24/ffscraper documentation built on May 5, 2020, 9:10 p.m.