#' Add one function
#'
#' This function adds to parameter 'number'
#'
#' @param number numerical value
#'
#' @return numerical value
#' @export
add_one <- function(number) {
return(number + 1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.