combiners: Combiners

combinersR Documentation

Combiners

Description

Combiners are functions that collapse across a list of similarly structured results. These are standard idioms for combining lists of certain data types.

Usage

combiner_rbind(x)

combiner_c(x)

combiner_factor(x)

combiner_array(x)

Arguments

x

A list of similar results to be combined.

Value

A combined results object.


jeremyrcoyle/origami documentation built on Sept. 10, 2022, 4:28 p.m.