scrape_ecr: Scrape FantasyPro rankings

Description Usage Arguments

View source: R/scrape_ecr.R

Description

Use this function to scrape Expert Consensus Rankings (ECR) from FantasyPros

Usage

1
2
3
scrape_ecr(rank_period = c("draft", "weekly", "ros", "dynasty"),
  position = c("Overall", "QB", "RB", "WR", "TE", "K", "FLEX", "DST", "IDP",
  "DL", "LB", "DB"), rank_type = c("Std", "PPR", "Half"))

Arguments

rank_period

Specify the period rankings are being scraped for. Should be one of c("draft", "weekly", "ros", "dynasty"). If omitted then draft rankings will be scraped

position

The position that rankings should be scraped for. Should be one of c("Overall", "QB", "RB", "WR", "TE", "K", "FLEX", "DST", "IDP", "DL", "LB", "DB"). If not specified then Overall rankings will be scraped.

rank_type

The type of rankings to be scraped. Should be one of c("Std", "PPR", "Half"). If not speficied then Standard rankings will be scraped.


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