#' @title A function for dividing
#'
#' @importFrom jrPackage div
#' @export
#' @param x a number
#' @param y another number
divide = function(x, y) div(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.