knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(HockeyModel)
if(FALSE){#is.null(HockeyModel::games_today())){
  print("There are no games today.")
} else {
  knitr::knit_expand(file="https://raw.githubusercontent.com/pbulsink/HockeyModel/master/data-raw/gamedate.Rmd")
}


pbulsink/HockeyModel documentation built on Dec. 16, 2024, 8:03 a.m.