psp_clear: Clear All Data from a Perspective Viewer

View source: R/perspective-shiny.R

psp_clearR Documentation

Clear All Data from a Perspective Viewer

Description

Removes all rows from the Perspective table (schema is preserved).

Usage

psp_clear(proxy)

Arguments

proxy

A perspectiveProxy object.

Value

The proxy object (invisibly), for chaining.

Examples

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


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