#' Sample R function
#'
#' For this function, we...
#'
#' @param x,y `numeric` Data vectors
#'
#' @return A single `numeric` value
#'
#' @author
#' Blame this person
#'
#' @export
#' @examples
#'
#' my_func(1:2, 3:4)
#'
my_func = function(x, y){
x + y
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.