psp_size: Get Table Row Count

View source: R/perspective-shiny.R

psp_sizeR Documentation

Get Table Row Count

Description

Requests the number of rows in the Perspective table. The result is delivered asynchronously to input$<outputId>_size.

Usage

psp_size(proxy)

Arguments

proxy

A perspectiveProxy object.

Value

The proxy object (invisibly), for chaining.

Examples

if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_size(proxy)
}


perspectiveR documentation built on March 30, 2026, 9:06 a.m.