Vector Rules
VectorC
Builds a vector of Categorical values.
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.
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.