#'#' Print a helpful message
#'
#' This is a trial function, but nonetheless has great value.
#'
#' @param no params
#' @return A helpful message
#' @export
#'
hello_2 <- function(){
print("Hello! You're making great progress :)")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.