#' Generic pred() function for S3
#' @description Provides generic function pred() for S3 objects
#' @param object some object
#' @param ... other arguments
#' @return nothing
#' @export
pred <- function(object, ...) {
UseMethod("pred")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.