#' A Trivial Function
#'
#' Just illustration; nothing really here
#'
#' @param x,y two values to be summed
#' @return the sum x+y
#' @examples
#' trivial(2,3)
#' @export
trivial <- function(x,y) {x + y}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.