Resets the Perspective viewer to its default configuration.
Arguments
- proxy
A
perspectiveProxyobject.
Examples
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_reset(proxy)
}
Resets the Perspective viewer to its default configuration.
A perspectiveProxy object.
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_reset(proxy)
}