#'@export
create_game_description <- function(Tm, at, Opp){
case_when(
at == "Home" ~ str_c(Opp, " @ ", Tm),
TRUE ~ str_c(Tm, " @ ", Opp)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.