scrape_fftoday: Scrape data from FFToday

Description Usage Arguments

View source: R/scrape_fftoday.R

Description

Use this function to srape fantasy football projections from FFToday

Usage

1
2
scrape_fftoday(season = NULL, week = NULL, position = c("QB", "RB", "WR",
  "TE", "K", "DST", "DL", "LB", "DB"))

Arguments

season

The year that data will be scraped for. If ommitted the current season will be used

week

The week that data will be scraped for. If = 0 or omitted season data will be scraped

position

The player position to scrape data for. Has to be one of c("QB", "RB", "WR", "TE", "K", "DST", "DL", "LB", "DB"). If omitted QB data will be scraped. Note that weekly data for DST and IDP positions are not available.


MrDAndersen/ff.datascrape documentation built on May 17, 2019, 5:44 p.m.