scrape_espn: Scrape data from ESPN

Description Usage Arguments

View source: R/scrape_espn.R

Description

Use this function to srape fantasy football projections from ESPN

Usage

1
2
scrape_espn(season, week = NULL, position = c("QB", "RB", "WR", "TE", "DST",
  "K"))

Arguments

season

The year that data will be scraped for

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.