#' plus 1
#'
#' @param number a numeric value
#'
#' @return
#'
#' @examples
#' plus(3)
#' @export
plus <- function(number) {
number + 1
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.