#' Name and Date :)
#'
#' @param name insert your name here
#' @param day insert a day of the week
#' @param day_number insert the numerical day of the week (e.g., tuesday = 5)
#'
#' @return
#' @export
#'
#' @examples
about_me = function(name, day, day_number) {
print(paste0("Hello, ", name, " is today ", day, " the ", day_number, "?"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.