Sends new rows to be appended to the existing Perspective table.
Arguments
- proxy
A
perspectiveProxyobject.- data
A data.frame of new rows to append.
- use_arrow
Logical; use Arrow IPC serialization. Default
FALSE.
Examples
if (interactive()) {
proxy <- perspectiveProxy(session, "viewer")
psp_update(proxy, new_data)
}