coalesce_capture_matrices: Coalesce capture matrices

View source: R/dtc_utils.R

coalesce_capture_matricesR Documentation

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(...)

Arguments

...

A sequence of capture matrices.

Value

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


sdtm.oak documentation built on April 3, 2025, 9:37 p.m.