#' What craft do you do?
#'
#' Answer the question what craft you do!
#'
#' @param art A character of your artistic hobby!
#' @param supplies A character of the supplies you use
#'
#' @return
#' @export
#'
#' @examples
craft <- function(art, supplies) {
print(paste("I do", art, "using", supplies))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.