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

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.