#'
#' @rdname as.plantuml
#' @export
#'
#' @examples
#' \dontrun{
#' x <- factor(LETTERS)
#' x <- as.plantuml(x)
#' plot(x)
#' }
#'
as.plantuml.factor <- function(
x,
complete = FALSE,
nm = NULL,
...
) {
return(
as.plantuml.vma(
x = x,
complete = complete,
nm = nm
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.