apply_type_funs: apply type funs
Description
Convert columns of match.mat
using corresponding functions from
type.list
.
Usage
apply_type_funs(match.mat, type.list)
Arguments
match.mat
character matrix (matches X groups).
type.list
named list of functions to apply to captured groups.
Value
data.table with columns defined by calling the functions in
type.list
on the corresponding column of match.mat
.