View source: R/perspective-shiny.R
| psp_save | R Documentation |
Requests the current viewer configuration (columns, pivots, filters, sort,
plugin, etc.). The result is delivered asynchronously to
input$<outputId>_state.
psp_save(proxy)
proxy |
A |
The proxy object (invisibly), for chaining.
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_save(proxy)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.