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