View source: R/mangoro-utils.R
| mangoro_rpc_call | R Documentation |
Call a remote function via RPC
mangoro_rpc_call(sock, func_name, data)
sock |
A nanonext socket connected to the RPC server |
func_name |
Name of the function to call |
data |
Data frame or Arrow stream to send as arguments |
The result from nanoarrow::read_nanoarrow (typically a nanoarrow_array_stream)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.