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