#' @export
makeBetCardResults <- function(iBetCard, iBetResults) {
betCardResults <- iBetCard %>% left_join(iBetResults, by = "name")
return(betCardResults)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.