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