complete_capture_matrix: Complete a capture matrix

View source: R/dtc_utils.R

complete_capture_matrixR Documentation

Complete a capture matrix

Description

complete_capture_matrix() completes the missing, if any, columns of the capture matrix.

Usage

complete_capture_matrix(m)

Arguments

m

A character matrix that might be missing one or more of the following columns: year, mon, mday, hour, min or sec.

Value

A character matrix that contains the columns year, mon, mday, hour, min and sec. Any other existing columns are dropped.


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