#' print faculty mean
#'
#' @param x faculty mean object
#' @param ... ...
#' @export
print.fac_mean <- function(x,...){
cat("Mean = ", x$Mean,"\n")
cat("Faculty = ", x$Faculty, "\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.