#' Function one
#'
#' add
#' @param a number
#' @param b number b
#' @return sum
#' @export
h <- function(a, b) {
c <- a + b
return(c)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.