View source: R/perspective-shiny.R
| psp_clear | R Documentation |
Removes all rows from the Perspective table (schema is preserved).
psp_clear(proxy)
proxy |
A |
The proxy object (invisibly), for chaining.
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_clear(proxy)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.