Replaces the entire dataset in the Perspective table.
Arguments
- proxy
A
perspectiveProxyobject.- data
A data.frame containing the replacement data.
- use_arrow
Logical; use Arrow IPC serialization. Default
FALSE.
Examples
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_replace(proxy, updated_data)
}