Requests the schema (column names and types) of the Perspective table.
The result is delivered asynchronously to input$<outputId>_schema.
Arguments
- proxy
A
perspectiveProxyobject.
Examples
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_schema(proxy)
}