#' @title introduce myself
#'
#'
#' @return a string with an introduction about me
#' @export
#'
#' @examples introduce_myself()
introduce_myself <- function() {
"Hello, I'm pleased to introduce you to R"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.