#' Title
#'
#' @param name the person to be praised
#'
#' @importFrom magrittr "%>%"
#'
#' @return a praise!
#' @export
#'
#' @examples
praise_me <- function(name){
praise::praise(template = paste(name, "is ${adjective}!")) %>%
toupper()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.