knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ffespn

Lifecycle: experimental CRAN status R-CMD-check

The goal of ffespn is to get ESPN fantasy football projections.

Installation

You can install the development version of ffespn from github with:

remotes::install_github("dfs-with-r/ffespn")

Example

This is a basic example which shows you how to get projections for week 0 (the preseason).

library(ffespn)

# use default espn league
qb <- ffespn_projections(2022, 0, "QB")
qb

# use custom league
dt <- ffespn_projections(2022, 0, "DT", league_id = "134971153")
dt


dfs-with-r/ffespn documentation built on Aug. 28, 2022, 2:21 p.m.