Skip to contents

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)
}