#' @title Mostra se jaguar e top
#'
#' @name jaguarBeuty
#'
#' @param b TRUE
#'
#' @export
jaguarBeuty <- function(b = TRUE){
if(b == TRUE)
cat("Sim, Jaguar e LINDA!")
else
cat("Quem acha isso, boa pessoa n eh")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.