Description Usage Arguments Value
View source: R/get_fantasypros_projections.R
Get dfs player projections from fantasypros.com
1 2 3 4 5 6 7 8 9 10 | get_fantasypros_projections(
sport = NULL,
from_csv = NULL,
supported_sports = c("nfl"),
scraped_headers = c("rank", "wsis", "name", "opp", "best", "worst", "avg", "stdev",
"proj", "notes"),
csv_headers = c("RK", "PLAYER NAME", "TEAM", "OPP", "MATCHUP (?)", "START/SIT",
"PROJ. FPTS"),
nfl_positions = c("qb", "rb", "wr", "te", "dst")
)
|
sport |
character, which sport to use? supports nfl so far, with nba on the way |
from_csv |
character, if not NULL then path to the csv or csv's 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 |
data.frame of players and projections for selected platform
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.