| xmltreeview-shiny | R Documentation | 
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)
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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.