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

ffcbs

Lifecycle: experimental CRAN status

The goal of ffcbs is to get CBS fantasy football projections.

Installation

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

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

Example

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

library(ffcbs)

df <- ffcbs_projections(2020, 0, "QB")
df


dfs-with-r/ffcbs documentation built on Aug. 30, 2020, 10:51 p.m.