#' Main vibe function
#' @export
#' @param object An object included in \code{vibe:::supported_classes}
#' @param ... Other arguments passed on to vibe methods.
vibe <- function(object, ...) {
UseMethod("vibe", object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.