#' @Title A function that adds 1 to the value of x,
#'
#' @param x A number
#'
#' @return X + 1
#' @export
#'
#' @examples /dontrun{addone(2)}
addone = function(x){
x+1
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.