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