xmltreeview-shiny: Shiny bindings for xmltreeview

Description Usage Arguments

Description

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

Usage

1
2
3
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.


htmltidy documentation built on Oct. 4, 2019, 1:04 a.m.