#' Hello Clyde
#' @description
#' Display a welcome message from charming Clyde.
#' @examples
#' clydeHello()
clydeHello <- function() {
cat(
" /\\_/\\",
" ( o o )",
" ( =^= )",
" ( )",
" ( )",
" ( )))))))))))",
" Hello, I am Clyde!", sep="\n");
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.