#' Creates generic function for pred
#'
#' @param x blablab
#'
#' @return A generic function called pred
#' @export
pred <- function(x){
UseMethod("pred")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.