scrape_fleaflick: Scrape data from FleaFlicker

Description Usage Arguments

View source: R/scrape_flea.R

Description

Use this function to srape fantasy football projections from FleaFlicker

Usage

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

Arguments

week

The week that data will be scraped for. If omitted, season data will be scraped.

position

The player position to scrape data for. Has to be one of c("QB", "RB", "WR", "TE", "Flex", "K", "DST", "DB", "DL", "LB", "IDP"). If omitted QB data will be scraped. Specifying "Flex" will scrape RB, WR, and TE data. Specifying "IDP" will scrape DB, DL, and LB data.


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