#' Prepare a word(s)
#' @param x word list (character/vector)
prepare_words <- function(x) {
stringr::str_replace_all(toupper(x), " |-|'|\\.", "")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.