Requests the number of rows in the Perspective table. The result is
delivered asynchronously to input$<outputId>_size.
Arguments
- proxy
A
perspectiveProxyobject.
Examples
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_size(proxy)
}