Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
send_table [2020/04/28 13:09] argemiro created |
send_table [2026/08/28 03:34] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Send Table====== | + | ====== Send Table ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Send a table using an opened communication session. | + | Sends a table to an external application, such as an R script, through an opened communication session. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | Table| [[table_type|Table]] | Any table. | | + | ^ Name ^ Type ^ Description ^ |
| + | | Table | [[Table Type]] | Table to send. | | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | Tag| [[string_type|String]] | Number identifier. | | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| + | | Tag | [[String Type]] | Identifier used to match this table with the corresponding receive call in the external application. | Empty | | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | outTable| [[table_type|Table]] | Input number. | | + | ^ Name ^ Type ^ Description ^ |
| + | | Out Table | [[Table Type]] | The table that was sent. | | ||
| ===== Group ===== | ===== Group ===== | ||
| Line 21: | Line 24: | ||
| [[Functor List#Integration | Integration]] | [[Functor List#Integration | Integration]] | ||
| - | ===== Internal Name ===== | + | ===== Notes ===== |
| + | |||
| + | This functor blocks until the 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, and for the conventions used to represent a table's key columns during the transfer. | ||
| + | |||
| + | ===== Internal Name ===== | ||
| SendTable | SendTable | ||
| + | |||