only_captures {nc} | R Documentation |
only captures
Description
Extract capture group
columns from match.mat
and assign optional
groups to "".
Usage
only_captures(match.mat,
stop.fun)
Arguments
match.mat |
character matrix. |
stop.fun |
function to call on logical matrix of missing indicators. |
Author(s)
Toby Hocking <toby.hocking@r-project.org> [aut, cre]
[Package nc version 2024.2.21 Index]