######### TM to Elo Club Matcher #########
#' @export
match_tm_to_elo <- function(tm_name){
load(file= "R/sysdata.rda") ## load data
matchingName <- df %>% filter(Club == tm_name)
return(matchingName$EloMatched[1])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.