## File Name: sirt_colMeans.R
## File Version: 0.03
sirt_colMeans <- function(x, na.rm=TRUE)
{
res <- colMeans(x, na.rm=na.rm)
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.