knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of ffcbs is to get CBS fantasy football projections.
You can install the development version of ffcbs from github with:
remotes::install_github("dfs-with-r/ffcbs")
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.