#' Retrieve mvdf values from a `mvdf_obj` object.
#'
#' @param object The `mvdf_obj` object to retrieve the mvdf for.
#'
#' @rdname getmvdf
#'
#' @export
setGeneric("mvdf", function(object) standardGeneric("mvdf"))
#' @rdname getmvdf
#' @exportMethod mvdf
setMethod("mvdf", "mvdf_obj", function(object) as.data.frame(object))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.