knitr::opts_chunk$set(echo = TRUE)
if (!requireNamespace('pacman', quietly = TRUE)){ install.packages('pacman') } pacman::p_load(dplyr,tidyr, gt) pacman::p_load_current_gh("sportsdataverse/cfbfastR")
cfbd_betting_lines(year = 2018, week = 12, team = "Florida State") # 7 OTs LSU at TAMU cfbd_betting_lines(year = 2018, week = 13, team = "Texas A&M", conference = "SEC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.