#' Print method for class "summary.bpr"
#'
#' @param x object of class summary.bpr
#' @param ... ignored
#' @return call to summary.bpr
#'
#' @method print summary.bpr
#'
#' @export
#'
print.summary.bpr <- function(x,...){
# same thing that summary returns
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.