Receives a table sent by an external application, such as an R script, through an opened communication session.
None.
| Name | Type | Description | Default Value |
|---|---|---|---|
| Tag | String Type | Identifier used to match this table with the corresponding send call in the external application. | Empty |
| Name | Type | Description |
|---|---|---|
| Table | Table Type | Received table. |
This functor blocks until the table is received.
Raises an error if no communication session is open.
See External Communication for how to open a session from an external application and exchange data with it, and for the conventions used to represent a table's key columns during the transfer.
ReceiveTable