calls_combine_by {teal.transform}R Documentation

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.

Value

A combined call.


[Package teal.transform version 0.6.0 Index]