Differences

This shows you the differences between two versions of the page.

Link to this comparison view

extract_struct_string [2020/04/28 12:35]
argemiro created
extract_struct_string [2026/08/28 03:18] (current)
hermann Sync from local documentation review
Line 1: Line 1:
-====== Extract Struct String ====== ​+====== Extract Struct String ======
  
 ===== Description ===== ===== Description =====
  
-Extract ​a string ​from a Struct by it'​s ​name.+Extracts ​a string ​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 string ​from.  | +^ Name  ^ Type  ^ Description ​ 
-| Name| [[string_type|String]] | String name on struct. ​ |+| Struct ​ | [[Struct ​Type]]  | Struct ​containing ​the string ​to extract.  | 
 +| Name  | [[String ​Type]]  Name under which the string is stored in the struct. ​ |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
 +
 None. None.
  
 ===== Outputs ===== ===== Outputs =====
-^ Name ^ Type ^ Description ^ + 
-| String | [[string_type|String]] | Extracted string. ​ |+^ Name  ^ Type  ^ Description ​ 
 +| String ​ | [[String ​Type]]  | Extracted string. ​ |
  
 ===== Group ===== ===== Group =====
Line 21: Line 24:
 [[Functor List#​Integration | Integration]] [[Functor List#​Integration | Integration]]
  
-===== Internal Name ===== +===== Notes ===== 
 + 
 +Raises an error if no string is stored under Name in Struct. 
 + 
 +This functor'​s banner shows the value of Name. 
 + 
 +===== Internal Name =====
  
 ExtractStructString ExtractStructString
 +