#' Title
#'
#' @return
#' @export
#'
#' @examples
#' two_plus_two()
#' two_plus_two() + one_plus_one()
two_plus_two <- function(){
2 + 2
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.