#' Retrieve the appendix from a `forthetrees` object
#'
#' @param object The object to retrieve the appendix from.
#'
#' @include mvdf_class.R
#'
#' @rdname get_appendix
#'
#' @export
setGeneric(
"appendix",
function(object) standardGeneric("appendix")
)
#' @rdname get_appendix
#' @exportMethod appendix
setMethod("appendix", "mvdf_obj", function(object) {
object@appendix
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.