#' Title
#'
#' @param x x
#' @param y y
#'
#' @return plop
#' @export
#'
#' @examples
#' somme(1,1)
somme <- function(x,y){x+y
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.