daily_odds_table: Today Odds Table

View source: R/graphics.R

daily_odds_tableR Documentation

Today Odds Table

Description

Returns a gt table of odds for today's games (or games for a supplied date)

Usage

daily_odds_table(
  today = Sys.Date(),
  params = NULL,
  schedule = HockeyModel::schedule,
  include_logo = FALSE
)

Arguments

today

A date for games to create a table. Defaults to today.

params

The named list containing m, rho, beta, eta, and k. See updateDC for information on the params list

schedule

Schedule, or HockeyModel Schedule

whether to include dailyfaceoff logo

Value

a gt table


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