#' @title compute mean value
#' @name kmb
#' @param value vector or list
#' @export
#'
kmb=function(value){
m=mean(value)
return(m)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.