View source: R/jsonedit_gadget.R
jsonedit_gadget | R Documentation |
Provides a Shiny gadget
interface for jsonedit
to interactively edit and return the
changes for use in R.
jsonedit_gadget(..., height = NULL, width = NULL)
... |
arguments for |
height, width |
any valid |
## Not run:
library(listviewer)
jsonedit_gadget(
structure(
as.list(1:4),
names=letters[1:4]
)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.