coalesce_capture_matrices {sdtm.oak} | R 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().
[Package sdtm.oak version 0.1.1 Index]