Differences
This shows you the differences between two versions of the page.
|
extract_struct_table [2020/04/28 12:39] argemiro created |
extract_struct_table [2026/08/28 03:19] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Extract Struct Table====== | + | ====== Extract Struct Table ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Extract a table from a Struct by it's name. | + | Extracts a table stored in a Struct, such as the one returned by [[Calculate R Expression]] or [[Calculate Python Expression]], by its name. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | Struct | [[struct_type|Struct]] | Struct to extract the table from. | | + | ^ Name ^ Type ^ Description ^ |
| - | | Name| [[string_type|String]] | Table name on struct. | | + | | Struct | [[Struct Type]] | Struct containing the table to extract. | |
| + | | Name | [[String Type]] | Name under which the table is stored in the struct. | | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| None. | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | Table | [[table_type|Table]] | Extracted table. | | + | ^ Name ^ Type ^ Description ^ |
| + | | Table | [[Table Type]] | Extracted table. | | ||
| ===== Group ===== | ===== Group ===== | ||
| Line 21: | Line 24: | ||
| [[Functor List#Integration | Integration]] | [[Functor List#Integration | Integration]] | ||
| - | ===== Internal Name ===== | + | ===== Notes ===== |
| + | |||
| + | Raises an error if no table is stored under Name in Struct. | ||
| + | |||
| + | This functor's banner shows the value of Name. | ||
| + | |||
| + | ===== Internal Name ===== | ||
| ExtractStructTable | ExtractStructTable | ||
| + | |||