msg_blue <- function(...) cat(blue(paste0("- ", ..., "\n")))
msg_yellow <- function(...) cat(yellow(paste0("- ", ..., "\n")))
msg_green <- function(...) cat(green(paste0("- ", ..., "\n")))
msg_red <- function(...) cat(red(paste0("- ", ..., "\n")))
msg_black <- function(...) cat(black(paste0("- ", ..., "\n")))
msg_bold_blue <- function(...) cat(bold(blue(paste0("- ", ..., "\n"))))
msg_bold_green <- function(...) cat(bold(green(paste0("- ", ..., "\n"))))
msg_bold_red <- function(...) cat(bold(red(paste0("- ", ..., "\n"))))
msg_bold_black <- function(...) cat(bold(black(paste0("- ", ..., "\n"))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.