Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
extract_struct_lookup_table [2020/04/28 12:29] argemiro created |
extract_struct_lookup_table [2026/08/28 03:18] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Extract Struct LookupTable ====== | + | ====== Extract Struct Lookup Table ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Extract a lookup table from a Struct by it's name. | + | Extracts a lookup 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 lookup table from. | | + | ^ Name ^ Type ^ Description ^ |
| - | | Name| [[string_type|String]] | Lookup table name on struct.. | | + | | Struct | [[Struct Type]] | Struct containing the lookup table to extract. | |
| + | | Name | [[String Type]] | Name under which the lookup table is stored in the struct. | | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| None. | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | lookup Table| [[lookup_table_type|Lookup Table]] | Extracted lookup table. | | + | ^ Name ^ Type ^ Description ^ |
| + | | Lookup Table | [[Lookup Table Type]] | Extracted lookup table. | | ||
| ===== Group ===== | ===== Group ===== | ||
| Line 21: | Line 24: | ||
| [[Functor List#Integration | Integration]] | [[Functor List#Integration | Integration]] | ||
| - | ===== Internal Name ===== | + | ===== Notes ===== |
| + | |||
| + | Raises an error if no lookup table is stored under Name in Struct. | ||
| + | |||
| + | This functor's banner shows the value of Name. | ||
| + | |||
| + | ===== Internal Name ===== | ||
| ExtractStructLookupTable | ExtractStructLookupTable | ||
| + | |||