#' Multiply
#'
#' Takes in a numeric list and multiply all the values in the list
#' @name multiply
#' @param x: numeric list
#' @return Mulltiply the values in the list
#' @export
multiply=function(x)Reduce("*",x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.