#' Customization function of the print method for the predict instance
#'
#' @param x predict instance returned by dgrglm.predict function
#' @param ... other argument
#'
#' @export
#'
print.predict <- function(x, ...){
cat("")
}
#' Customization function of the summary method for the predict instance
#'
#' @param object predict instance returned by dgrglm.predict function
#' @param ... other argument
#'
#' @export
#'
summary.predict <- function(object, ...){
cat("")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.