#' @title Add two!
#' @details Add two to your number!
#' @param x Number to add with
#' @return x + 2!
#' @export
add_two <- function(x){
return( x + 2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.