Sends a lookup table to an external application, such as an R script, through an opened communication session.
| Name | Type | Description |
|---|---|---|
| Lookup Table | Lookup Table Type | Lookup table to send. |
| Name | Type | Description | Default Value |
|---|---|---|---|
| Tag | String Type | Identifier used to match this lookup table with the corresponding receive call in the external application. | Empty |
| Name | Type | Description |
|---|---|---|
| Out Lookup Table | Lookup Table Type | The lookup table that was sent. |
This functor blocks until the lookup table is sent.
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.
SendLookupTable