xmltreeview-shiny: Shiny bindings for xmltreeview

xmltreeview-shinyR Documentation

Shiny bindings for xmltreeview

Description

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

Usage

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.


hrbrmstr/htmltidy documentation built on Aug. 16, 2022, 4:39 p.m.