View source: R/perspective-shiny.R
| psp_update | R Documentation |
Sends new rows to be appended to the existing Perspective table.
psp_update(proxy, data, use_arrow = FALSE)
proxy |
A |
data |
A data.frame of new rows to append. |
use_arrow |
Logical; use Arrow IPC serialization. Default |
The proxy object (invisibly), for chaining.
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_update(proxy, new_data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.