Description Usage Arguments Value
This function will scrape data from multiple sources.
CBS, Yahoo, ESPN, FantasyData, FantasyPros, FantasySharks, FFToday, FleaFlicker, NFL, NumberFire, RTSports, Walterfootball
CBS, Yahoo, ESPN, FantasyData, FantasyPros, FantasySharks, FFToday, FleaFlicker, NFL, NumberFire
CBS, FantasyData, FantasyPros, FantasySharks, FFToday, FleaFlicker, NumberFire
1 2 3 4 | scrape_data(season = NULL, week = 0, position = c("QB", "RB", "WR", "TE",
"K", "DST", "DL", "LB", "DB"), sources = c("CBS", "Yahoo", "ESPN",
"FantasyData", "FantasyPros", "FantasySharks", "FFToday", "FleaFlicker",
"NFL", "NumberFire", "RTSports", "Walterfootball"))
|
season |
The season data should be scraped for. If omitted then current season will be scraped |
week |
The week data should be scraped for. If omitted the season data will be scraped |
position |
The position(s) to scrape for. Select positions from:
|
sources |
The sources to scrape for. Select sources from
|
A list with one data.frame by position.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.