add_json_editor | R Documentation |
Adds a Ace
-editor in JSON mode to the map to interact with the layers of your deck
instance.
add_json_editor(deckgl, ..., style = "width: 40%;", theme = "idle_fingers")
deckgl |
A deckgl widget object. |
... |
Optional args that are passed to the editor. See https://github.com/ajaxorg/ace/wiki/Configuring-Ace for a list of available options. |
style |
A |
theme |
The name of the theme used by the editor. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.