Extracts a lookup table stored in a Struct, such as the one returned by Calculate R Expression or Calculate Python Expression, by its name.
| Name | Type | Description |
|---|---|---|
| Struct | Struct Type | Struct containing the lookup table to extract. |
| Name | String Type | Name under which the lookup table is stored in the struct. |
None.
| Name | Type | Description |
|---|---|---|
| Lookup Table | Lookup Table Type | Extracted lookup table. |
Raises an error if no lookup table is stored under Name in Struct.
This functor's banner shows the value of Name.
ExtractStructLookupTable