jsonedit_gadget {listviewer} | R Documentation |
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 |
height , width |
any valid |
Examples
## Not run:
library(listviewer)
jsonedit_gadget(
structure(
as.list(1:4),
names=letters[1:4]
)
)
## End(Not run)
[Package listviewer version 4.0.0 Index]