#' Mult_teste documentacao
#'
#'
#' @param x
#' @param y
#' @param z
#'
#' @return multiplicacao
#'
#' @export
#''
mult_teste <- function (x,y,z) {
x*y*z
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.