plotly_json
From plotly v4.5.2
by Carson Sievert
Inspect JSON sent to plotly.js
This function is useful for obtaining/viewing/debugging JSON sent to plotly.js.
Usage
plotly_json(p = last_plot(), jsonedit = interactive(), ...)
Arguments
- p
a plotly or ggplot object.
- jsonedit
use
listviewer::jsonedit
to view the JSON?- ...
other options passed onto
listviewer::jsonedit
Examples
library(plotly)
# NOT RUN {
plotly_json(plot_ly())
plotly_json(plot_ly(), FALSE)
# }
Community examples
Looks like there are no examples yet.