Vector Rules
Vector Rules
VectorC
Builds a vector of Categorical
values. The operands must be literal values (no variables or
rules).
TableVectorC
Builds a vector of Categorical
values from values in a table.
ValueAtC
Returns a value of a Categorical
vector at given index (index starts at 1). Returns ""
if the
index is out of bounds.
Vector
Builds a vector of Numerical
values. The operands must be literal values (no variables or rules).
TableVector
Builds a vector of Numerical
values from values in a table.
ValueAt
Returns the value of a Numerical
vector at given index (indexes starts at 1). Returns a missing
value if the index is out of bounds.