#' Soma dois numeros
#'
#' @param x paramentro num 1
#' @param y parametro num 2
#'
#' @return soma
#' @export
#'
#' @examples somar_dois_numero(1, 2)
somar_dois_numero <- function(x,y){
x + y
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.