#' Praise food
#'
#' Print a comment to the console that praises the food you specify like Tony the Tiger.
#'
#' @param food String naming a food
#'
#' @return
#' @export
#'
#' @examples
#' grreat(food = "Okra")
grreat <- function(food) {
print(paste(food, "is grrrreat!"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.