scrape_fantasysharks: Scrape data from FantasySharks

Description Usage Arguments

View source: R/scrape_fantasyshark.R

Description

Use this function to srape fantasy football projections from FantasySharks

Usage

1
2
scrape_fantasysharks(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"). If omitted QB data will be scraped.


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