#' Title
#'
#' @param x
#' @param y
#'
#' @return
#' @export
#'
#' @examples
mb_mult=function(x,y){
return(x*y)
#test comment from local
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.