#' Tell Me About Your Sweater!
#'
#' @param design This character is the name of the sweater design
#' @param fiber This character is the fiber you used to knit your sweater (ie alpaca)
#'
#' @return
#' @export
#'
#' @examples
sweater <- function(design, fiber){
print(paste("This is the", design, "sweater knit in", fiber, "!"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.