daily_odds_table | R Documentation |
Returns a gt table of odds for today's games (or games for a supplied date)
daily_odds_table(
today = Sys.Date(),
params = NULL,
schedule = HockeyModel::schedule,
include_logo = FALSE
)
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 |
include_logo |
whether to include dailyfaceoff logo |
a gt table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.