#' A function to show respect
#'
#' @param x input string
#'
#' @return input string preceeded by "I respect"
#' @export
#'
#' @examples
#' respect::respect('trees')
respect <- function(x) {
print(paste("I respect", x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.