am.inspect | R Documentation |
Convert map elements to JSON string
am.inspect(wt, json = TRUE, ...)
wt |
An |
json |
Boolean whether to return a JSON, or a |
... |
Additional arguments to pass to toJSON |
Must be invoked or chained as last command.
A JSON string if json
is TRUE
and
a list
otherwise.
if (interactive()) {
am.init(viewMode= '3D', zoom= 10, pitch= 60) |>
am.control(ctype= 'ControlBar', position= 'RT') |>
am.inspect()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.