#'
#' @rdname as.plantuml
#' @export
#'
#' @examples
#' x <- c(True, FALSE, TRUE, NA)
#' x <- as.plantuml(x)
#' plot(x)
#' }
#'
as.plantuml.logical <- 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.