eachAt#
- swordfish.function.eachAt()#
If index is a Boolean expression, returns the elements in X that satisfy the condition specified by index (i.e., index = true). If not, returns the elements in X with the corresponding index.
If X is a function, index is used as an argument of X.