Output and render functions for using xmltreeview within Shiny applications and interactive Rmd documents.

xmltreeviewOutput(outputId, width = "100%", height = "400px")

renderXmltreeview(expr, env = parent.frame(), quoted = FALSE)

Arguments

outputId
output variable to read from
width, height
Must be a valid CSS unit (like \code'100%', \code'400px', \code'auto') or a number, which will be coerced to a string and have \code'px' appended.
expr
An expression that generates a xmltreeview
env
The environment in which to evaluate \codeexpr.
quoted
Is \codeexpr a quoted expression (with \codequote())? This is useful if you want to save an expression in a variable.