psp_reset: Reset Viewer to Default State

View source: R/perspective-shiny.R

psp_resetR Documentation

Reset Viewer to Default State

Description

Resets the Perspective viewer to its default configuration.

Usage

psp_reset(proxy)

Arguments

proxy

A perspectiveProxy object.

Value

The proxy object (invisibly), for chaining.

Examples

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


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