psp_schema: Get Table Schema

View source: R/perspective-shiny.R

psp_schemaR Documentation

Get Table Schema

Description

Requests the schema (column names and types) of the Perspective table. The result is delivered asynchronously to input$<outputId>_schema.

Usage

psp_schema(proxy)

Arguments

proxy

A perspectiveProxy object.

Value

The proxy object (invisibly), for chaining.

Examples

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


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