calls_combine_by: Combine calls by operator

View source: R/call_utils.R

calls_combine_byR 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.


teal.transform documentation built on May 29, 2024, 5:06 a.m.