Learn R Programming

caugi (version 1.0.0)

.combine_plus: Combine terms with '+'

Description

Combine a list of terms into a single left-associative '+' call.

Usage

.combine_plus(terms)

Value

A single expression combining the terms with '+'.

Arguments

terms

A list of expressions to combine.