View source: R/perspective-shiny.R
| psp_columns | R Documentation |
Requests the column names of the Perspective table. The result is
delivered asynchronously to input$<outputId>_columns.
psp_columns(proxy)
proxy |
A |
The proxy object (invisibly), for chaining.
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_columns(proxy)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.