create via the aggregate function, example as:
let fx = aggregate(FUN = "max");
print(fx([1,2,3,4,5]));
# [1] 5
create via the aggregate function, example as:
let fx = aggregate(FUN = "max");
print(fx([1,2,3,4,5]));
# [1] 5
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| eval | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| eval_vec | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| aggregate | 1 |
05 Members
Object, Environment)