#' Standard Error Function
#'
#' This function calculates Standard Error
#' @param Standard_Error function to create standard error
#' @keywords se
#' @export
#' @examples
#' se()
se<-function(x)sd(x,na.rm=TRUE)/sqrt(length(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.