Description Usage Arguments Value Examples
Get Projected Player Scores
1 2 | getPlayerProjections(players_link, week, statType = 7, sortType = 7,
FA_only = TRUE, position = "ALL")
|
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 |
Teams and projected total score.
1 2 | getPlayerProjections(players_link, 1, 7, 7, TRUE, 'QB')
getPlayerProjections(players_link, 1, 7, 7, FALSE, c('QB','K'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.