build_flavor <- function(...){
flavor_els <- c(...)
flavor_els <- flavor_els[!is.na(flavor_els)]
paste0(flavor_els,collapse = '-')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.