#' Add 1
#'
#' @param x A numeric vector
#'
#' @return numeric vector
#' @export
#'
#' @examples
#' add1(10)
add1 <- function(x) {
x+1
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.