Render function for using markmap within Shiny applications and interactive Rmd documents. This function is taken from https://github.com/seifer08ms/Rmarkmap.
renderMarkmap(expr, env = parent.frame(), quoted = FALSE)
An expression that generates a markmap
The environment in which to evaluate expr
.
Is expr
a quoted expression (with quote()
)? This is useful if you want to save an expression in a variable.