Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
code [2020/04/28 18:07] argemiro |
code [2026/08/28 03:14] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Structure that can be used to connect two other functors or as a constant value. | + | Declares a piece of script code, such as a Python or R expression, that can be reused as the input to more than one functor, instead of repeating the same code throughout the model. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | constant | Code | Value or constant representing string. | | + | | Constant | [[Code Type]] | Code value or constant. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| Line 17: | Line 17: | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | object | Code | Value or constant representing string provided as the functor input. | | + | | Object | [[Code Type]] | Code value or constant provided as the functor input. | |
| ===== Group ===== | ===== Group ===== | ||
| - | [[Functor List#Map Algebra | Map Algebra]] | + | [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] |
| + | ===== Notes ===== | ||
| + | |||
| + | None. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| - | code | + | Code |