minDiss <- function(u) min(u, na.rm = TRUE)
sumDiss <- function(u) sum(u, na.rm = TRUE)
font_style <- crayon::combine_styles("bold", "white")
font_style2 <- crayon::combine_styles("bold", "blue")
font_style3 <- crayon::combine_styles("bold", "silver")
font_styleRF <- crayon::combine_styles("bold", "cyan")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.