Learn R Programming

sdtm.oak (version 0.1.0)

coalesce_capture_matrices: Coalesce capture matrices

Description

coalesce_capture_matrices() combines several capture matrices into one. Each argument of ... should be a capture matrix in the sense of the output by complete_capture_matrix(), meaning a character matrix of six columns whose names are: year, mon, mday, hour, min or sec.

Usage

coalesce_capture_matrices(...)

Value

A single capture matrix whose values have been coalesced in the sense of coalesce().

Arguments

...

A sequence of capture matrices.