#' welcome_msg
#'
#' A function to print the words "Welcome!"
#'
#' @return A character vector
#' @export
#'
#' @examples
#' welcome_msg()
welcome_msg <- function(){
print("Welcome to my package!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.