#' Multiply
#'
#' @param x x
#' @param y y
#'
#' @return Multiplication between x and y
#' @export
multiply = function(x, y) {
x * y
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.