Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

jsonedit-shiny

Shiny Bindings for 'jsonedit'


Description

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

Usage

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

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

Arguments

outputId

output variable to read from

width, height

Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.

expr

An expression that generates a jsonedit

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.


listviewer

'htmlwidget' for Interactive Views of R Lists

v3.0.0
MIT + file LICENSE
Authors
Jos de Jong [aut, cph] (jsoneditor.js library in htmlwidgets/jsoneditor, http://github.com/josdejong/jsoneditor/), Mac Gainer [aut, cph] (react-json-view library in htmlwidgets/react-json, https://github.com/mac-s-g/react-json-view), Kent Russell [aut, cre] (R interface)
Initial release
2019-11-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.