#' Print crowd
#'
#' @param x
#'
#' @return
#' @export
#'
#' @examples
print.crowdbias <- function(x, ...){
cat("\n Bias \n")
print(x$bias)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.