calls_combine_by: Combine calls by operator
Description
Combine list of calls by specific operator.
Usage
calls_combine_by(operator, calls)
Arguments
- operator
(character(1)
or name
) name / symbol of the operator.
- calls
(list
of calls) list containing calls to be combined by operator
.