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

jsonedit_gadget

Shiny Gadget for 'jsonedit'


Description

Provides a Shiny gadget interface for jsonedit to interactively edit and return the changes for use in R.

Usage

jsonedit_gadget(..., height = NULL, width = NULL)

Arguments

...

arguments for jsonedit

height, width

any valid CSS size unit for the height and width of the gadget

Examples

## Not run: 
library(listviewer)

jsonedit_gadget(
  structure(
    as.list(1:4),
    names=letters[1:4]
  )
)

## End(Not run)

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.