Removes all rows from the Perspective table (schema is preserved).
Arguments
- proxy
A
perspectiveProxyobject.
Examples
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_clear(proxy)
}
Removes all rows from the Perspective table (schema is preserved).
A perspectiveProxy object.
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_clear(proxy)
}