scrape_nfl: Scrape data from NFL

Description Usage Arguments

View source: R/scrape_nfl.R

Description

Use this function to srape fantasy football projections from NFL. This function is using the NFL Fantasy api.

Usage

1
2
scrape_nfl(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 omitted the current season will scraped.

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.


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