#' Bauchi package development training
#'
#' @param name The name of the message receiver.
#'
#' @return message
#' @export
#'
#' @examples
#' care_message("Hadley")
care_message <- function(name){
paste("Hi", name, ", we hope you are taking care of yourself.")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.