#' Show available seasons
#'
#' @return data frame
#' @export
available_seasons <- function() {
p <- app_params()
out <- p$seasons[, c("description", "seasonid", "startweek", "endweek")]
as_tibble(out)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.