#' soma
#'
#' Soma entre dois valores
#'
#' @param x Primeiro valor
#' @param y segundo valor
#'
#' @return soma
#'
#' @export
#'
#'
soma <- function(x, y) {
print(x+y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.