Skip to contents

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