#' Title
#'
#' @param a x
#' @param b x
#'
#' @return
#' @export
#'
#' @examples
sumFunc <- function(a, b){
z <- a + b
y <- z
return(z)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.